|
|
|
|
|
by throwaway150
348 days ago
|
|
> Think about all those times your program isn't building and `make clean` fixes it. I don't think that's a good example. I've worked with more than 20 different build tools by now, and I cannot recall a single instance where the problem actually came down to cache invalidation. Every time I dug into it, the real cause was something else: a mistake in the build script, an incorrectly declared dependency, or something similar. So when you say "think about all those times", not a single such time comes to my mind! |
|