Hacker News new | ask | show | jobs
by spoils19 1328 days ago
Using Docker is relatively simple and requires little to no configuration, arguably less than a standard node project.

Regardless, as someone who uses a variety of languages and is in the exact same situation, my generic Makefile is probably easier to read and understand than any standard that you have probably achieved.

2 comments

With a standard Node project, you'd need the Node configuration AND the Docker configuration. If I can do without Docker, why not?

> my generic Makefile is probably easier to read and understand than any standard that you have probably achieved

That sounds fairly rude for HN

"my generic Makefile is probably easier to read and understand than any standard that you have probably achieved. "

If you have the need to state this when it's not relevant, then I highly doubt you have readable Makefiles ;)