DEV Community

Discussion on: Types: When I use, when I don't.

Collapse
 
cheshireswift profile image
☕ツ

I strongly disagree. A lot of my personal projects are, for example, written as single HTML pages, with inline styles and javascript, and rarely extend beyond ~300 lines total.

Adding a build just isn't a worthwhile upfront cost when I can just write code and have it run with zero setup.

Assuming it'll bloat or expand is something I save for professional projects. In both cases my experience backs up that decision.