Comment by personjerry
8 hours ago
The reason why there's always a million reinventings of the todo wheel is because at its core, notes are just databases. A TODO form of note is about as flexible as Redis, and so the use-cases are many, from quick writes/reads (i.e. jotting down TODOs) to sortedset (i.e. priority list TODOs) to full task management (i.e. more data in the value), and everything inbetween.
In the same way we build around Redis for whatever tasks we need, you see engineers build around the concept of the note, complaining every other solution isn't exactly what they're using it for, and they're right, because on the other end is another engineer building for their niche use pattern.
By unpacking the use cases and slicing the right niches there might be a better notes app product somewhere, but I think it takes a very strong product person, not an engineer, to figure that out.
No comments yet
Contribute on Hacker News ↗