Is it a good practice to create a list of definitions for all symbols and words in a programming language?
- by MrDaniel
After arriving at this point in Learning Python The Hard Way I am wondering if this is a good practice to create a list of symbols and define what they do as noted in bold below, for every programming language. This seems reasonable, and might be very useful to have when jumping between programming languages?
Is this something that programmers do…