Posts Tagged: c++

  • Pre-optimisation in programming doesn’t work

    Pre-optimisation in programming is when a programmer tries to design code to be fast and highly optimised before he/she has even written any code. For some less experienced programmer’s this sounds fine, but I know more experienced programmers than myself will know this is a bad idea. So let me tell you how I learnt this and why it’s bad.

    (more…)