Hacker News new | ask | show | jobs
by gnoack 1214 days ago
Not using a template language and avoiding to do error handling are not good ways to make a program "simple and easy to understand".

If your users run into one of the many string escaping bugs or get an unexpected error code from the file system, the program will not behave as expected and not detect the error either.