▲ | bryanlarsen 16 hours ago | ||||||||||||||||||||||
The disadvantage of doing a big refactor in Rust is that you can't do a partial refactor -- it won't compile until you've fixed everything. The advantage of doing a big refactor in Rust is that you can't do a partial refactor -- it won't compile until you've fixed everything. | |||||||||||||||||||||||
▲ | echelon 15 hours ago | parent [-] | ||||||||||||||||||||||
Why would you want a refactor into a broken state? You always need to figure out how much you're going to bite off with each refactor. It's usually possible to do things incrementally. | |||||||||||||||||||||||
|