Hacker News new | ask | show | jobs
by skwee357 1256 days ago
Totally agree with the author. As someone who jumps between multiple projects, in different languages-I have hard time remembering what build/test/script runner in used in particular project. Hell, even two JS/TS projects can use different tools (one could use npm with jest, the other yarn with webpack, etc).

I written[1] a blog on that as well. Glad to see there are more like minded people out there.

[1] https://www.yieldcode.blog/post/why-you-should-adpot-makefil...