Hacker News new | ask | show | jobs
by oxplot 1304 days ago
> The easiest way is to start by putting everything into one file. You can start simple, defer some decisions, and evolve your project with time.

This is something that most even senior developers don’t grok. Default so called project starter scripts of the node world don’t help either.

The more structure you build before you know wth you’re doing, the more difficult you’ll make life for yourself down the line when you inevitably have to refactor code.