Hacker News new | ask | show | jobs
by markbnj 3034 days ago
Honestly its like any other tool we use: once you know the rules governing its behavior it really isn't that hard to debug issues. Make is very consistent in most cases. There are plenty of traps, and they're made easier to fall into given the archaic syntax, but you don't typically have to fall into them over and over again :).
1 comments

Yes but some tools have... shall we say, irregular rules. Tell me how CMake's argument quoting works for example.