Hacker News new | ask | show | jobs
by forze 2489 days ago
I had the same problem when I began. To be fast you definitely shouldn't compile during a testable part. It also messes with your working memory. Type all the code of the task, then after it's 'complete', check everything to see if you didn't miss something. THEN you compile. If the compiler gives some errors that is the moment where you fix them one by one.