ASCII Pronunciation Rules for Programmers [2008]
71–80 of 89 posts
Re: ASCII Pronunciation Rules for Programmers [2008]
#72Earlier quoted context omitted.
I've always called them 'curly brackets' which, on reflection, is a little like calling a keyboard a 'typey box'. Funny how long you can do something without really questioning what you're doing!
I call them curly brackets {} to distinguish from square brackets [] and angle brackets .
Consequently, I'm always on the look-out for more formal and concise terms where previously I may have used more simplistic language - in this case, 'braces', 'brackets' and 'parentheses' struck me as being the best way to describe {}, [] and (), compared to curly, square and normal brackets (as I've likewise always called them). will have to remain angle brackets though I think.
Re: ASCII Pronunciation Rules for Programmers [2008]
#73Earlier quoted context omitted.
Some people in Germany call it 'Klammeraffe', which would roughly translate as 'an ape that clings to something' or 'spider monkey'.
Finns often call it "miumau" (meow meow) because it looks like a cat's tail.
I think I'm going to start calling it cygnus because it looks like the accretion disk of a black hole.
Re: ASCII Pronunciation Rules for Programmers [2008]
#74I work with French programmers, so that opens an entire other can of worms. Colon becomes "two points" and semi-colon becomes "point comma".
Re: ASCII Pronunciation Rules for Programmers [2008]
#75I work with French programmers, so that opens an entire other can of worms. Colon becomes "two points" and semi-colon becomes "point comma".
Leads to some interesting PHP errors, like: Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM
Re: ASCII Pronunciation Rules for Programmers [2008]
#76Earlier quoted context omitted.
Minus always annoys me, because it's long and most times (e.g., chmod R )you're never actually minusing anything. * * Some Solaris commands use plus and minus to add and subtract things, but a) everyone hates Solaris commands b) this breaks with convention, hence a).
I suppose 'minus' makes things slightly longer, but is there a way to distinguish between R and r without three extra syllables? Both are likely to come up when chmodding.