How many people can read out the following code snippet easily, including the interpunctions?
public static void main(String[] args){
String s="hello, welcome to http://blog.youkuaiyun.com/EricXYY";
System.out.println(s);
}
Some time ago, I had a chance to read some source codes for others. It is an awkward time in my programmer career.
Here is a list of interpunctions frequently used in program:
+ plus
- minus
x multiply
/ divide
= equal
< less than
> more than
. dot
, comma
; semicolon
? quetion mark
! exclamation point
% per cent
& and
| vertical bar
# sharp
* asterisk
/ slash
/ backslash
- hyphen
--- dash
... ellipsis
'' single quotation marks
"" double quotation marks
|| parallel
{ open brace
} close brace
( open parenthesis
) close parenthesis
() parentheses
[ open bracket
] close bracket
[] square brackets