List: 8 Mistakes Every Beginner Programmer Makes
- Always Think. Research. Plan. Write. Validate. Modify.
- Always leave the code a bit cleaner than when you started to work with it. “Don\\’t pick the first solution. Find the simplest solution to the problem.”,
- Focus on readability Of the code.
- Learning pros and cons Of various data structures will help.
- MAKING EXISTING CODE WORSE
- NOT GOOGLING
- NOT QUITTING
- NOT USING THE RIGHT DATA STRUCTURES
- No matter how much time you spend on a code, bad code needs to be discarded.
- OBSESSING ABOUT BEST PRACTICES
- PICKING THE FIRST SOLUTION
- Sometimes, googling will reveal what you need to do is not fix the problem but embrace it.
- Stop worrying about best practices and focus on what you can do best.
- UNDERESTIMATE THE CODE QUALITY
- WRITING CODE WITHOUT PLANNING
