A
A
Arbil2019-10-08 21:42:22
Programming
Arbil, 2019-10-08 21:42:22

Should a programmer remember or understand?

Hello
, As a beginner in your craft, it is not yet clear
to me As a future programmer, I need to remember or understand the principle of operation (well, let's say some library)
I understand that I need to remember how to say the word "while" or "for" in Python
But I need to memorize functions from modules?
Or should I just write them out somewhere and use them as needed.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
C
CityCat4, 2019-10-09
@Arbil

Remember what is used constantly. Everything else is in the guides. However, frequently used itself will be deposited in memory. There is an old school rule here - understanding is better than cramming.

A
ApeCoder, 2019-10-08
@ApeCoder

Understand. With practice, you will remember. They have all been recorded several times on the Internet and intellisense

K
KeysCG, 2019-10-08
@KeysCG

Understand of course.

N
Northern Lights, 2019-10-08
@php666

Or should I just write them out somewhere
in a notepad or notebook

N
noute, 2019-10-09
@noute

It's all called experience. It will come with age. So don't sweat it.

X
xmoonlight, 2019-10-09
@xmoonlight

1. Remember the names and what they are for: 70-80%
2. Remember the order of variables and return values ​​of functions: 50-60% (frequently used only)
3. Understand the code and when it is more appropriate/rational to use which function: 100%
Knowing English translation of the function (the actions it performs, its APPROXIMATE purpose) - you can always use Google and read the manual.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question