Make It Work
"Make it work, make it right, make it fast."
— Kent Beck [1]
TIP
In software development, I find it much easier to make something work first and then make it better rather than trying to imagine what the best solution will be. Avoid premature optimization/abstraction and prefer making things easy to change.