What coding mnemonics do you use?
27 points by vickytnz 11 years ago | 87 comments- MichaelAza 11 years agoNot a mnemonic per se but I have melodies for common code snippets.
"public static void Main(string[] args)", which is the default method signature for the main method in C#, is a hip-hop beat. SQL statements are always metal tunes. Javascript is usually indie pop.
- suhailpatel 11 years agoI also have a melody for the default method signature in Java which is the same except a slight difference in case "public static void main(String [] args)"
- JonnieCache 11 years agoPlease tell me you guys are actually singing the signature to a particular tune in your head like people sing the ABC song when they recite the alphabet. Because that is adorable.
Rapping arbitrary chunks of code could be a fun after-hours conference game.
- MichaelAza 11 years agoYou're partially correct. I do sing them, not necessarily in my head.
- MichaelAza 11 years ago
- JonnieCache 11 years ago
- zqfm 11 years agoJust out of curiosity, do you say "array of string" or "strings" or something else?
- MichaelAza 11 years agoActually, I say "string" and then drop the bass for the square brackets.
- shousper 11 years agoNormally, this would honestly be a moment when I'd question if you were trolling, maybe post the fry meme image.. but. Given the topic, I actually believe you O_O
- shousper 11 years ago
- MichaelAza 11 years ago
- suhailpatel 11 years ago
- Terretta 11 years agoMarkdown hyperlink syntax:
"squared circle" aka []() aka [word](http://link)
- hill79 11 years agoI never remember that . = class and # = id in CSS, so I use "say no to drugs" to remember that "hash is not class".
Perhaps a mnemonic which only really works in the North East of the UK where 'class' is colloquial slang for 'good'. Also not very good if you smoke pot, I guess.
- vickytnz 11 years agoI also took it to mean that it's not classy to smoke hash (i.e. 'you stay classy, San Diego' :D)
- Toadsoup 11 years agoI remember the difference between class and id by thinking someone is trying to "Pound an idea into your head" or rather "# an id"
- raverbashing 11 years agoJust remember that a hashtag points to something specific. A dot means nothing, so that's the least specific/most generic thing
- nakkiel 11 years agoStrange one. FYI, "class" has the same meaning in French slang -- probably borrowed from you guys.
- scrapcode 11 years agoI think it's the other way around. I think you guys use _class_ as slang to _classy_: "pertaining to or characteristic of a (high) class," which comes from the literal sense of class, which comes from the French word _classer_.
I didn't know for sure, but I had that feeling knowing that most of the English language is borrowed from others, and not the other way around. (http://www.etymonline.com/index.php?allowed_in_frame=0&searc...)
- scrapcode 11 years ago
- vickytnz 11 years ago
- ronaldx 11 years agoThe fact that programmers can't remember < and > well illustrates why children shouldn't be chastised for getting (for example) b and d wrong.
I have dealt with this by conditioning myself to always read < as 'is less than'
- norvig 11 years agoWhen I was in grad school a friend in another department said "You guys in CS have much nicer printers; can I mail you my thesis and have you print it out? And how would I mail it?" I said "Sure; Just do 'mail me@school.edu less-than-symbol filename". Later he calls in a panic -- "my thesis file has disappeared! I did what you said ... oh, wait a minute, I might have done greater-than instead of less-than..."
Fortunately for both of us, he had been diligent about making backups and din't lose his entire thesis.
- afandian 11 years agoI find it hard to believe that a statistically normal programmer mixes up < and >. That sounds more like dyslexia.
- yogo 11 years agoThis is the first time I'm hearing about this too so I think there is more to it. I don't even see why a mnemonic is required since the shape of both '<' and '>' clearly demonstrate the relationship that the operator is testing.
- vickytnz 11 years agoI probably should have chosen a better mnemonic to start from! I'd point out that if you see greater and less than more like arrows it's utterly confusing. I'm not denying I'm probably weird in that respect, it's just something I have to use tricks to remember….
- inthewind 11 years agoAlso a lot of people have trouble with the back and forward slashes. When teaching html, people got the closing slash mixed up, it was all over the place.
- vickytnz 11 years ago
- ronaldx 11 years agoI was surprised to see that as an example as well, but then I thought back to starting out as a programmer.
I'm sure I spent many hours fixing bugs caused by getting < and > wrong.
- karka91 11 years agoI find it hard to believe that someone actually mixes these unless they completely skipped all math classes in school.
- karka91 11 years ago
- thedudemabry 11 years agoI've known a few otherwise non-dyslexic programmers that have had this issue. One guy kept a sticky note on his monitor with "> Greater, < Less" written on it.
- afandian 11 years agoI find that really fascinating. Was it just those things? What about which paren (or brace) opens and which one closes? (I'm not being facetious!)
- afandian 11 years ago
- yogo 11 years ago
- kelvich 11 years agoTeacher in elementary school taught me simple rule: signs < and > has two endings on one side and one ending (corner) on another. So two bigger than one and bigger number should be on side with two endings.
- rwbcxrz 11 years agoMine taught us that it was an alligator, and it always wanted to eat the bigger number.
- rwbcxrz 11 years ago
- llcoolv 11 years agospecifically for this one, I have the mnemonic that the side containing the lower value has only one vertex, while the higher has 2 :)
- milliams 11 years agoYeah, the smaller end of the triangle is the smaller number and the wider end is the larger number.
- milliams 11 years ago
- chewxy 11 years agoInteresting. So other people too do get it mixed up. Makes me feel less silly when I find bits of my own code that looks like `x := >- receiverChannel`
I've always thought it's because of carelessness
- norvig 11 years ago
- jentulman 11 years agoLoVe HAte when ordering psudeo classes in css for anchors*
*may not be particularly weird or novel":link, :visited, :hover, :active"
- halisaurus 11 years agoAlso CSS related, when doing margin/padding I use "TRouBLe" to remember:
margin: (T R B L)
- jentulman 11 years agoMy one is visualising a clock face, 12, 3, 6, 9
- Someone 11 years agoThats a nice example showing that mnemonics need not be logical to have value (if you asked people to order the numbers on a clock face, I think the vast majority would have them as 3, 6, 9, 12)
- Someone 11 years ago
- shousper 11 years agoDo you have one for border-radius? Because I still can't remember the order of those..
- Toadsoup 11 years agoThat's the one I use as well.
Although I can never remember the 3 parameter verision
margin: (T R&L B)
- jentulman 11 years ago
- brokentone 11 years agoI heard "Las Vegas Hells Angels" and it's stuck with me.
- jentulman 11 years agoThat's far more rock'n'roll, I might make the switch. Now I just need to remember...
'Naughty Llama Holidaymakers Book Lovely Vacation Homes from AirBNB'
= N.L.H.B.L.V.H.A = 'not Love Hate but Las Vegas Hells Angels'.
- jentulman 11 years ago
- halisaurus 11 years ago
- anotherhue 11 years agoQuestionably coding, but I always loved this IRC snippet:
<sdmkun> tar -xzf merc.tgz what the fuck
<sdmkun> how the fuck do you people remember this shit
<bucketmouse> just think with a german accent
<bucketmouse> XTRACT ZE FILES
- belovedeagle 11 years agoI really don't see what the big deal is with tar. Everyone seems to hate it. Probably because exactly one of those flags is necessary: zcat merc.tgz | tar -x
- anotherhue 11 years agoI quite like it, and have almost a singalong bit for the meaning attached to each character I add to a long tar command
tar - [create] [verbosely] [a g/bzip'd compressed] [file named] foo.tgz (from) input_dir
tar -cvzf foo.tgz input_dir
Your version doesn't seem as 'fun', I guess zcat and PIPE are just hard to rhyme along to.
- anotherhue 11 years ago
- print 11 years agoDon't memorize. Use unp:
- ANTSANTS 11 years ago
- ANTSANTS 11 years ago
- belovedeagle 11 years ago
- billb2112 11 years agoI was taught the alligator/crocodile thing like many others, but it never really stuck. For some reason (later in life), someone said "left hand, less than" as they held up their left hand to form a less than sign. That image sticks in my head a lot better.
Another thing that was particularly hard to get naturally was the ternary operator. It didn't sink in easily until Jon Skeet said pretend the ? is indeed a question. If the answer is 'yes', this will happen.
- raverbashing 11 years agoNot related to programming but close
The symbol for a diode is something like this: --|>|--
Now, which one is the Anode, which one is the Cathode
Very simple, the Anode has an A in the drawing (left side, turned 90 degrees), the Cathode (K) has a K, right side, upside down in the drawing
- da02 11 years ago.unshift - makes it bigger. Longer word than .shift
.shift - makes it smaller. Shorter word than .unshift
- ronaldx 11 years agoI could never remember this until someone told me to imagine that an array is like a row of chairs at a cinema.
"Shift" will shift everyone up one, bumping someone off the start of the row.
- ronaldx 11 years ago
- chriswaugh 11 years agoWhen working with axis - "X is a-cross"
- Chris2048 11 years ago" You have to run, before you can fly, You have to X, before you can Y ",
Rhyming reminder of which axis is vertical, and which horizontal...
- test1235 11 years ago'Y to the sky!'
- michaelmartin 11 years agoWise up! ;) (Y's up)
- hill79 11 years agoYes! Another one I use
- Chris2048 11 years ago
- pwg 11 years agoYou might try a visual trick. Note that < and > look like "arrows" and "point" in a particular direction. There is a small end (the tip/point) and a large end (the open end). The vertical size of the point is "less than" the vertical size of open end. So if the point comes first (reading left to right) then the point is "less than" the opening (and the symbol means "less than"), but if the opening comes first (reading left to right), the opening is "greater than" the point (and the symbol means "greater than"). .
- MerreM 11 years agoImagine the arrows are crocodiles. They always try and eat more.
1 < 2
4 > 1
If they're eating less, they're not happy crocodiles.
- haliphax 11 years agoOr the "is greater than" (>) is a crocodile's mouth, and "is less than" (<) is a bird's beak. The bird eats smaller food than an crocodile eats, and the crocodile eats bigger food than the bird eats.
- brainburn 11 years agoOr maybe as snork-eater-eaters
http://wharble.com/sites/default/files/Snork-Eater_Eater.jpg
- haliphax 11 years ago
- hill79 11 years agoI don't know if this is common, but I visualise numbers on a line which makes it amazingly easy to use the 'arrows' metaphor
1 2 3 4 5< >
- dasil003 11 years agoThat seems ambiguous to me in several ways. There must be more semantics you are subconsciously depending on to clarify it.
- masukomi 11 years agoI think he means that he visualizes the pair "< >" relative to a line of numbers. Similar to how he placed it above a line of numbers in his ASCII art. < points down (left) the row of numbers to numbers that are less than the other ones and > points up (right) to numbers that are greater than. Makes perfect sense if you are a visual thinker.
- masukomi 11 years ago
- dasil003 11 years ago
- JonnieCache 11 years agoYou can make it even simpler than that: just put the big number next to the big end of the glyph and vice versa.
- RutZap 11 years agoI use the same visual trick (more or less, looking at < and > as arrows, or if you want, spears) but I visualise bigger numbers as more "powerful" numbers that poke the "weak", smaller numbers with the pointy bit :D That's how I imagined them when I was a small child and that's how I still "see" them :D
Numbers are cruel and ruthless :)
- pubby 11 years agoI'm not convinced programmers even need a mnemonic for < and >. After all, they'll read and write those glyphs millions of times in their lifetime.
- JonnieCache 11 years agoAt least for me, the metaphors that I used to learn the symbols as a child have become my enduring mental models of those constructions, even if they're not actually needed to recall them any more.
- JonnieCache 11 years ago
- tome 11 years agoOh, I didn't realise anyone didn't remember it that way! I remember being taught it, but just assumed everyone else was, I guess.
- MerreM 11 years ago
- PaulHoule 11 years ago< and > are pretty easy. The big side (the mouth) points to the larger number because that it what it wants to eat.
- raverbashing 11 years agoI learned this in school. Still effective.
But I never know which one is "smaller than" or "bigger than", I have to think a little bit
- scrapcode 11 years agoOr you're pointing (or poking fun) at the little guy.
- raverbashing 11 years ago
- CJefferson 11 years agoMost methods in C read like an assignment,
so if you are trying to remember what order the arguments to strcpy go, it's
Then remember specially that typedef is the wrong way around to the way you would like it to be :)strcpy(x,y) is like x = y
- belovedeagle 11 years agoThe trick with typedef is it is exactly the same syntax, in all cases, as declaring a variable of that type. This is essentially the only way you're going to ever remember how to do function pointer typedefs: typedef int (function_t)(int,int); // or something to that effect
- belovedeagle 11 years ago
- ChristianMarks 11 years agoFor the right-hand rule, a vile insult: take the cross-product of the thumb and forefinger of your right hand and rotate on it.
Look, Joshua Foer says that emotional imagery is more likely to stick...
- anonymous 11 years agoI don't use mnemonics in general. For me the effort to remember the mnemonic is actually double that for remembering the thing per se. I need to once remember the symbols->mnemonic connection and then the mnemonic->meaning connection, instead of simply the direct symbols->meaning one. It feels like cluttering my brain with junk that not only doesn't make it easier to remember things, it actively makes it harder.
- burgeralarm 11 years agoWhen using ln to link files, I tend to recite:
ln -s "what you want," "where you want it"
- 3minus1 11 years agobackslash is a man falling backwards. forwardslash is the opposite.
- Joeboy 11 years ago"dollar hat, dollar at" in Makefiles:
$(CC) -c $^ -o $@
- leigh_t 11 years ago\r\n or \n\r?
ReturN - R before N
- informatimago 11 years agoCarriage Return is first because it takes much more time for the carriage to go back to the column 0 from the column 79, than for the paper to Line Feed one line. So while the carriage is flying back, the paper can feed, and hopefully we won't have to wait too much time for everything to be ready for a new line. Or we may always insert some Nul codes to wait.
- informatimago 11 years ago