💾 Archived View for heavysquare.com › notes › FFD3-nice-but-slow.txt captured on 2022-06-04 at 00:15:58.
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
~~ 2021-07-27T20:06:27+02:00 You wrote an emergency tool that's important to stay in sync with the rest of the project. It would be nice that when you need it, it's in a working condition. You do this by including this tool in the main build, add a few unit tests to force updates to it when things move within its dependencies. In your build system, building this tool interferes with the rest of the project. Building it alone works quick, building the whole thing, including the tool is slow. So your tools is removed from the build, with the potential of it going out of sync.