Do you have any tricks to avoid compiling every time you do a modification? I would like to write more code before trying to compile and test my modification.
Ask HN: How to avoid compiling all the time?
1–2 of 2 posts
Re: Ask HN: How to avoid compiling all the time?
#2What language are we talking about? Certain languages (C# and Java) support hotloading/edit-and-continue your code, where changing code in a class doesn't necessitate a full recompile.