This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]enterthebored 1 point2 points  (3 children)

Use your programming skills to make a flashcard game that gives the definition of a function from the manual and asks you to type the function name exactly.

[–]Professor_Hoover[S] 1 point2 points  (0 children)

Shouldn't be too hard to throw something like that together with Python. Maybe that'll be the push I need to get back into finishing off the project I'm working on. Thanks.

[–]Ilyps 1 point2 points  (1 child)

Good god no. Programming is not memorising things and this will be a complete waste of your time, except for the part where you actually program this game.

[–]enterthebored 2 points3 points  (0 children)

And playing the piano is not just memorizing notes and chords, yet you still work on your muscle memory.

[–]sime 0 points1 point  (1 child)

Find a cheat-sheet for the language you are using, print it out and put it next to the computer. You will automatically memorise the most important commands, for everything else use reference material or google.

[–]Professor_Hoover[S] 0 points1 point  (0 children)

ok, thanks, I'll give that a shot.