Issue45
11 rules of effective programming
Leave your code better than you found it. Look for repeatable patterns from references or projects around you or online that have implemented a feature with similar requirements.…
Issue45
Slow down to go faster
Invest time to think about what you want to achieve while things are still simple. This way, you will not be thrown off track by complexity later.…
Issue45
Your system is not a sports team
Don’t be obsessed with a system that you have built or worked on for many months/years. Don’t focus only on improving the system you are working on.…