Articles

Is it normal to forget coding?

Is it normal to forget coding?

Every single time. It’s even normal for people to forget the very syntax in which they coded! If a C++ programmer moved onto Java for a few years, he/she might later struggle remembering the C++ syntax. Writing comments can go a long way.

Do you need to remember coding?

The most important thing you need to memorize is HOW to solve a problem and not WHAT to write. If you know how to solve problems, you can apply that knowledge in any language and technology. I think memorizing code is just waste of time. You will forget it anyway if you don’t use it properly.

Is the one who remembers code a programmer or not?

The one who remembers code is not a programmer. There is nothing called remembering codes , if someone does something as such then they are not called as programmers . Programmer is someone who delves in to problem solving approach by proper application of knowledge on data structures and algorithms.

READ ALSO:   What were the most important Apollo missions?

How to become a successful programmer?

One thing that a programmer should do is learn to work with the debugger. Turn it on and step through the code. When the code flops, you can see all of the variables and their values and it may help you comprehend where the failure is. As a coder, you will be spending majority of your time in tracking down bugs.

Do you need to plan before you start programming?

Programming is a logic-based creativity that needs nurturing. Yes. Planning before jumping into writing code is a good thing, but even good things can hurt you when you do too much of them. Too much water might poison you. Do not look for a perfect plan. That does not exist in the world of programming.

What is the best way to remember the syntax in programming?

There is nothing to remember. The code is more about syntax and implementing business logic in the best possible manner. Remembering syntax is similar to remembering any other thing ie, practice it, live it and implement it. Good programming needs good analytical skills, reasoning and approach.