Many newcomers ask this query. Do programmers memorize everything? Do they memorize the entire documentation and programming language? Do I have to remember every detail to qualify as a professional developer? There is a resounding NO to each of these. The goal will never be achieved by memorization of the code.
Today, almost every piece of information can be looked up directly from a computer or smartphone. The most crucial ideas will survive in your head because you apply them repeatedly, while the more enigmatic ideas will be permanently preserved online. Every time you need them, just a fast Google search.
A developer's most frequently utilized resource is.... google.com
Good programmers don't waste time trying to learn everything by heart. They do a good job of understanding the topics, reading the documentation, and correctly using Google to fill in the blanks.
There will never be a time in programming where you can say, "I have learnt and mastered everything" in a given programming language. But there will come a time when you'll be at ease. You won't feel anxious anymore. You will feel confident searching it up and figuring it out if something new appears. All you need to do is keep learning and working on your skills.
You will recall some code because you are a developer. But it's not because you make a conscious effort to learn the code that you can recall it. It has happened thanks to continuous practice. We have repeatedly practiced writing the same code. Because of this, we are able to write various portions of our code without even thinking about them.
You should concentrate more on constructing projects rather than trying to learn more things by heart. Instead of memorizing codes, use project-based learning. You need to be exposed to something repeatedly if you want to learn it. When you build anything from nothing, you are referred to as a programmer. only with the aid of docs, Stack Overflow, and Google.
“I don't need to know everything, I just need to know where to find it”-Albert Einstein
Comments
Post a Comment