Hacker News new | ask | show | jobs
by egl2021 734 days ago
I'm working on a code base with lots of #define. I replace them when I'm doing maintenance nearby, but you can't change them blindly: some bit of code may be inadvertently depending on the 0-artifact or something similar. "Science progresses one funeral at a time."
1 comments

Totally. Luckily, these #defines are often easy to grep for.