Hacker News new | ask | show | jobs
by RodgerTheGreat 4860 days ago
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.
1 comments

At least if the program is short then you can work out that this is the case.