+ 1

Do people memorize the whole code?

I have seen a few codes here. But , I am a little bit confused that people would write 500 lines , 1000 lines code? Or they copy them 🤔

27th Jan 2023, 11:28 AM
GARIGIPAATI VENKATA SAI KUMAR
5 Answers
+ 8
It's possible to memorize the entire code of a project or program but most people don't. Instead, you should get a solid understanding of the programming concepts and be able to reference documentation and other resources as needed. Additionally, experienced programmers often use various tools and techniques to help them write and managed codes for example a text editor that has builtin auto complete and suggestions that makes memorizing the whole code less necessary
27th Jan 2023, 11:39 AM
Mirielle
Mirielle - avatar
+ 7
GARIGIPAATI VENKATA SAI KUMAR Memorizing won't take your far. You need to understand the concepts no matter how long it takes for you to get it. And all other things will come naturally.
27th Jan 2023, 11:35 AM
Tนktนk💕
Tนktนk💕 - avatar
+ 3
That's the reason we write documentations. 😉
27th Jan 2023, 2:24 PM
Stefanoo
Stefanoo - avatar
+ 2
Thanks for that ☺️
27th Jan 2023, 11:36 AM
GARIGIPAATI VENKATA SAI KUMAR
0
Think of it this way: did the author of your favourite book memorize (or copy pasted) text? When you understand programming well, it is same as being fluent in native language. Programming -> communication (with computer). Programming language -> language used for communication (with computer). If you think this way, you will understand that software expresses systems of (programmer's) thought just like scholarly works describe their author's thoughts. Both are systems of thought. One is used for communication between people. The other is used for communicating with the computer.
28th Jan 2023, 7:17 PM
Avinash Suresh