I have a problem with memorizing codes and lines so what is your advice?

I have a problem with memorizing codes and lines so what is your advice ?

Hi,

Welcome to our community! :slight_smile:

Have you ever heard or read “A programmer’s best friend is a search engine”?

That’s not a joke. Almost no programmer learns a line of code by heart on purpose unless there is a very good reason for it. Most things can easily be looked up within seconds.

Furthermore, memorising code does not make much sense in most cases because the code usually solves a specific problem. It might be that you won’t encounter this problem ever again. Why wasting your time with learning it by heart?

What you should memorise is where to find information. You should also try to understand the underlying concepts and the general logic of a program. Why? Because all these things can be found in many, many other programming languages too. The implementation might be a bit different but the underlying solution is the same if the problem is the same.

Please feel free to ask our helpful community of students for further advice over on our Discord chat server. :slight_smile:


See also:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms