I usually continue coding during long recompiles (over a minute or so), just don’t save the my edits until it’s finished.
You could also make a version control commit before compiling and then use “git stash” or equivalent to save your while-compiling edits.
I usually continue coding during long recompiles (over a minute or so), just don’t save the my edits until it’s finished.
You could also make a version control commit before compiling and then use “git stash” or equivalent to save your while-compiling edits.