Monday Memo!
When writing code, you should comment it regularly, particularly functions and any lines whose meaning isn't obvious. That way your code can be understood later on and doesn't become write-only.
Don't you know the maxim "It was hard to write, it should be hard to understand!"? 😉