You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/time/movement.ts
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ import { looper } from './looper';
13
13
14
14
/**
15
15
* This is where the magic happens. You provide the options, and you let this calculate the rest.
16
+
* The flow is that you do work on a day, then after the changes are done for that day you evaluate it to determine if you met the goal or reached the end.
17
+
* If you did not meet the goal you start a new day and try again.
0 commit comments