1
This page contains most typical mistakes I see in the Java code of people working with me.
2 For indentation, the main rule is that a bracket should either end a line or be closed on the same line (reverse rule applies to a closing bracket).
3 For example, the following is not correct because the first bracket is not closed on the same line and there are symbols after it.
( 당신의 제안에 완전히 반대한다는 댓글이 많군요.. )
@lswdev: 자바 코드의 일반적인 실수 http://t.co/55xOkM9dTH 2014-09-14(일) 21:11