Coding Mistakes - Don't do these 8 Mistakes | Coding Mistakes you should avoid as a Beginner | Most common coding mistake for beginners to avoid

 If You're a Coding Beginner, Don't do these 8 Mistakes!

Coding Mistakes

8 Mistakes Every Beginner Programmer Makes and How to avoid this coding mistakes?

0. Switching Projects

You want to learn to build solid projects, right? Then why do you always switch between there once it gets tough? It's normal for programmer to work on multiple projects concurrently but you are beginner than chose your level projected and give 100% to the project you are doing. Stop Switching Projects. 

1. Overrating Books

I'm not a friend of learning coding by books. They're usually outdated super quickly and they don't teach real coding. Only practice does that. How can you develop your coding knowledge? Read official documentation, Code on GitHub, Articles, Newsletters, Other programmer have written is  quite important and Take advantage of Social media.

2. Not Reading Errors

"Errors in your codebase mean you're trying to do something cool". People send me error messages so often that just say what exactly they need to do. But it seems, beginners often completely ignore that. If you got error, You can google and find a solution. Successful programmer isn't avoiding errors. Understand that error are part of the process each while learning something new from them. Underestimate the code quality Focus on readability of the code. Face error in your code fearlessly.

3. Copy and Paste

Congrats, by copy and pasting you've just learned zero new things. Only copy and paste code you've already written by yourself or you fully understand. Practice makes you perfect. Don't copy and paste 

4. Prioritizing Smart Code

To be able to work in a team and quickly understand other's code, it must be well readable. Prefer readable code over genius solutions.

5. Over Commenting 

Comments are helpful, no doubt. But stop writing totally obvious comments that just make your code harder to read. Focus on readability of the code. Always leave the code a bit cleaner.

6. Coding before Thinking

Writing code without thinking and planning. How do you solve problem? Which edge cases can occur? Always think before coding. research, plan, write, validate, modify.

7. Decision Paralysis 

Decision paralysis happens when you can't decide between two thing (like coding language), so you end up not choosing at all and do nothing.


Conclusion

Coding is a Journey, Become a better Coder be focus on your mistakes learn form them. if you avoid making these 8 coding mistakes you will be great shape with your coding journey. Always keep improving new skills and technology.    Thank You :-)
                              



Post a Comment

Previous Post Next Post