Non-English Programmer Cheatsheet

Reading a books, blogs and other resources I found out that when I’m analysing code, I’m doing it in my native language. Someone have this?
I’m talking about do You know how to call * { [ ! ? in english?
It’s usefull to know it, especially when You think about discussions with other developers in english.

Please correct me if I’m wrong with some symbol, or I didn’t know about some more common name.

Programming Symbol: Name:
(  ) Parenthesis / Parens
[ ] Brackets
{ } Braces
; Semicolon
. Dot
: Colon
, Comma
Quotation mark
 ‘ Apostrophe / Single Quote
? Question mark
! Exclamation mark
< Less-than sign / Opening angle
> Greater-than sign / Closing angle
= Equal sign
% Percent sign
+ Plus Sign
Minus Sign
* Asterisk
/ Slash
\ BackSlash
& Ampersand
_ Underscore
@ At
$ Dollar sign

Leave a Reply

Your email address will not be published. Required fields are marked *

nineteen − 7 =

This site uses Akismet to reduce spam. Learn how your comment data is processed.