5 important beliefs that make you a better programmer


1. Errors are Good!
Each error you solve is an error you will be able to solve fast in future because you immediately know how to handle it. The best programmers on earth are those who solved the most errors. So don't be annoyed by errors, instead as see them as a potential to improve your skills.

2. Code That You Don't Know is Good!
lf you encounter code that you don't understand right away, stick to it! Your comfort zone tells you to keep searching for code you already know, but all learning happens outside of your comfort zone.

3. You Are an Artist!
Programming is a kind of art. Often, you have to become really creative to solve some problems. lf you see yourself as an artist instead of a pizza-eating creature, it feels much better right away.

4. Big Changes Need consistency
You don't learn programming on a 12 hour programming marathon over night. To really learn it, you need to practice on a consistent basis. A single w hour per day compounded over time will make a huge difference.

5. Forget About Perfection
Striving for perfection will slow down your learning process by a alot. Chances are that you spend 80% of your time to improve of your code. ln that time you could learn a lot of other things and implement important features.


Post a Comment

0 Comments