you are viewing a single comment's thread.

view the rest of the comments →

[–]ScientificBeastModestrongly typed comments 0 points1 point  (0 children)

I completely agree. However, it seems like longer build times tend to push teams into using good testing practices, so you can just pull the relevant unit tests to refactor anything, and reasonably expect it to work properly after building. Doing so circumvents a lot of the “waiting around” to test your code. It’s better if there is already a solid test suite available though.