Coding style

Initially, code should be written for readability. So whoever looks at it next can quickly see what you were trying to do 🙂

Subsequently, if it becomes an issue, code can be re written for better performance.

IE: Don’t initially code for performance.

Leave a comment