Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The article is well written and shows why dynamic typing can be so compelling.

This is how I’ve been writing web services for the last decade. It was a style that came from being frustrated with the experience of using many all-in-one frameworks.

Frameworks take time to learn and the skills are generally non-transferable. Any complex application still requires you to know the underlying languages frameworks attempt to abstract. Frameworks often make testing more difficult due to adding layers of abstraction between what the application does and how the code is written.

Writing actual SQL/CSS/etc in a dynamically typed language to be used in a template is so much easier to understand, debug, and validate.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: