Avoid these coding mistakes and save this for later. I have made many mistakes while learning in the past. It is how I learned to do better. Do not feel bad if you are making these mistakes today.
I am happy to have formed coding habits to help me avoid them. You should do that too. So this is a reminder to stop making these mistakes that affect our work and productivity.
Let’s see it:-
- Writing Code Without Planning
- Planning Too Much Before Writing Code
- Underestimating the Importance of Code Quality
- Picking the First Solution
- Not Quitting
- Not Googling
- Not Using Encapsulation
- Planning for the Unknown
- Not Using the Right Data Structures
- Making Existing Code Wors than What They Started With
- Writing Comments About the Obvious Things
- Not Writing Tests
- Assuming That If Things are working then Things are Right
- Not Questioning Existing Code
- Obsessing About Best Practices
- Obsessing About Performance
- Not Targeting the End-user Experience
- Not Picking the Right Tool for the Job