Memory techniques (mnemonics) for programming

I am new to programming in c language. What memory techniques/ mnemonics are useful to learn easily and efficient programming?? I am not able to find anything in google. Please share your experiences for reference.

1 Like

Will mind palace work here??

1 Like

What i do in order to retain a concept or a syntaxes for a programming language is :
1 - creating an anki deck dedicated to the programming language.
2 - adding cards that have on the recto questions (sometimes accompanied by illustrations that explain a problem) and on the verso the solution (the cleanest syntaxe, the name of the concept, the pattern fixing the problem). I added a container in the verso called “mnemonic” that can store the mnemonic if I struggle remembering the answer but i often don’t feel the need to use one (mnemonic) because the spaced repetitions and the question nature of the cards are very efficient.

2 Likes

If you haven’t seen it yet, there is a tag page that lists posts about computer-programming.

Wasnt able to implent anything in 6 months… feeling very sad

I am trying to learn c, python. Understanding the concepts of given question but going on forgetting it and its very time consuming for me… so i wanna know how to implement memory palace in coding to be expert in c and python… please help me. I have known abt this mind palace for like 5 yrs and i am not even able to implement it for my uses…

What are you stuck on? Do you just read about the concepts or do you practice coding with them? That can make a big difference.

(I merged two topics.)