Hacker News new | ask | show | jobs
by starterkit 4578 days ago
Disagree. First, comparison is not correct, if wall could be built in 2 hours that's not a real product, even hackathons require day or more to build "semi-demo-product". I recommend you watching "Simple made Easy" by Rich Hickey. You could select easy way and do it faster, but eventually your solution will be broken. If task was sorting 10 numbers(static numbers), you have 3 options - do it manually - write small program(everything in main()) - design some architecture for APIs and do sorting which one do you prefer? your comparison is like so. P.S. I am not native speaker sorry for mistakes.