Opera Software / FastMail
Computers should wait on users, not vice versa
* Use of O(n2) algorithm with large data set excluded.
You should still profile.
Never put off to run-time what you can do at compile time.
Use a loader like labjs.com
| User | ID | Title | IsDone |
|---|---|---|---|
| 1 | 56 | Take laundry to the cleaners | T |
| 1 | 58 | Pick up laundry | F |
| User | Table | Modseq |
|---|---|---|
| 1 | Todo | 42 |
| 2 | Todo | 5 |
| User | ID | Title | IsDone | ModSeq | DeletedAt |
|---|---|---|---|---|---|
| 1 | 47 | Buy clothes | F | 41 | 2013-06-12T00:00Z |
| 1 | 56 | Take laundry to the cleaners | T | 42 | Null |
| 1 | 58 | Pick up laundry | F | 40 | Null |
| User | Table | Highest Modseq | Lowest Modseq |
|---|---|---|---|
| 1 | Todo | 42 | 3 |
| 2 | Todo | 5 | 0 |