Hacker News new | ask | show | jobs
by DanWaterworth 4860 days ago
I'm not sure I agree. How about: "there's no such thing as a bad short program".
1 comments

Depends on the problem. Sometimes a "short program" means omitted error handling, lax input validation, not covering necessary edge cases and generally the sort of thing that leads to bugs and security holes. I prefer the word "concise"- brief but comprehensive.
At least if the program is short then you can work out that this is the case.