Hacker News new | ask | show | jobs
by geezerjay 2764 days ago
> people that don't want makefiles so convoluted and hard to reason about that they can't edit them by hand..

You've missed the point. The point was that nowadays editing or even looking at a makefile is far from standard practice, because makefiles are autogenerated by the build system and are closer to temp files than to project files.

Who wastes their time reasoning about a temp file that just works?