DEV Community

Cover image for Mistakes people do while learning programming
Christopher Glikpo
Christopher Glikpo

Posted on

Mistakes people do while learning programming

After training a few hundred people in coding I think I can answer this one.

In my experience many learners make one or more of the following mistakes:

  1. They underestimate how hard it is to learn to code
  2. They underestimate how long it will take and how much they need to learn
  3. They fail to prioritize their learning, especially in terms of how much time they will need per day
  4. They don’t connect with a network of other learners
  5. They give up too soon

Here are my suggested solutions for each mistake, in turn.

  1. Coding is difficult to learn. It will likely be the most challenging academic task that many have ever taken on. All students should absorb the idea that they WILL encounter obstacles, experience frustration, doubt their intelligence, and eventually require assistance. A much. For several months, this procedure will be repeated.

  2. It will take a new developer at least a year to become an employable junior developer with four hours a day of training and practice. Longer may be needed. You have a LOT to learn; it goes beyond simple syntax. You also need to become familiar with git, databases, fundamental networking ideas, debugging, a set of programming tools, a mechanism to distribute your apps, and perhaps a lot more auxiliary technologies. Particularly in web development, this is a thing.

  3. Learning to code isn’t a thing you’re doing, it is the thing you’re doing for the next year. Everyone has to know this. You have to prioritize it over friends, your favorite TV shows, sports, exercise, self-care time, etc. It requires sacrifice, especially in the beginning. Even family time needs to be sacrificed to an extent. I’m not saying don’t talk to your spouse or play with your kids, but you have to set up a schedule and stick to it. If that means leaving the house at the agreed upon times, then do it. Getting your spouse behind you while you do this is a must. Have the conversation and make a firm agreement to prioritize what you’re trying to do. It is in the nature of spouses to try to steal some of their time back from your coding. Stay strong and remind your loved one that while you still care for them deeply, you are doing this for your family and your future.

  4. Don’t learn to code alone! Find a local meetup group for coders. If there isn’t one, start one. Also, find online groups like the one at Free Code Camp. Ask for help and offer it to others when they ask. This is critical. You need to start taking steps into the world of software development.

  5. Quitting is a guaranteed path to failure. Please see point #1, up above. When the coding gets hard the best answer is not to give up but to persevere. Tenacity is talent.

If you want to learn more about Web Development, feel free to follow me on Youtube!

Oldest comments (0)