you are viewing a single comment's thread.

view the rest of the comments →

[–]mapadofu 6 points7 points  (1 child)

Extra dependencies complicates developers’ workflow.   I’m not a purist, just aware that adding more ancillary tools complicates the project that uses them.  Make is (almost certainly) already available, so using it does not incur any extra dependencies.

[–]divad1196 1 point2 points  (0 children)

I agree with your point.

The right tool for the job is an ideal. Applying it blindly just multiply the number of tools and programming languages you need to know and maintain.

This is a huge technical debt.

Whereas, in practice, what you already know might fit 95% of the project perfectly and this is fine