Building C++ modules
matheus
matheus at gmail.com
Fri Aug 16 18:07:07 UTC 2019
On Friday, 16 August 2019 at 13:46:01 UTC, Kagamin wrote:
> On Thursday, 15 August 2019 at 15:00:43 UTC, Atila Neves wrote:
>> I can take waiting 40s once a day. I can't take waiting >1s
>> every time I build though.
>
> I just spent two weeks doing a biggish refactoring, I didn't
> safe files until the end. If I know it's not ready and won't
> work, and know what's left to do, why bother, it's just a waste
> of entropy.
I was watching Jonathan Blow refactoring some code yesterday
(https://www.youtube.com/watch?v=ndRrSGttlus), the process he
used involves compiling through changes.
It takes some time doing this way, and of course running test
cases together.
But in the end it's safer and I usually do this too.
Matheus.
More information about the Digitalmars-d
mailing list