Jun 30, 2022
Indeed, standard advice for optimising code has always been "make it work then make it fast". Similar for writing clean code, getting it working first then refactor it to make it more readable. The idea is that any effort you put in to making the code "good" could be wasted if you need to change the code because it doesn't work.