Stop optimising your code before it is even working! I have to preface this with I do this all the time, but knowing helps me get out of this thought process.    I see so many questions on this forum “how do I do this in a for loop, but then not for the third item in the loop…”, you're making it way to complex. I know we all have learned Don’t Repeat Yourself (DRY), but there is nothing wrong with a little repeating if you know you're going to optimise it later.    When I fee