5 ms·
I put zero effort into making code compile right the first time. The compiler (gcc) is much faster at finding errors than I am. Where I do put effort is into ma
by pixpop 18y ago
I put zero effort into making code compile right the first time. The compiler (gcc) is much faster at finding errors than I am. Where I do put effort is into making sure the algorithm is correct, something the compiler is not so good at.