Hacker News new | ask | show | jobs
by jsprogrammer 3914 days ago
Even without the Star Wars stuff, it's not really clear what value this app provides.

To me it appears to just be a cursable priority queue component. Such a component should be provided by a standard library, not implemented as its own app. Of course, this is a learning exercise so some leeway is afforded, but it might be even more effective to include extracting the core component into a reusable library as part of the challenge.

Also, what is a Todo app, but a priority queue?