eclipse coding style
팀원님들이 이클립스로 개발을 시작한다면 다함께 이하와 같이 설정을 하고 시작하자, 제발요 * 체크 외에 나머진 체크해제■ Windows -> Prefrences > Java > Editor > Save Actions √ Perform the selected actions on save √ Organize imports √ Additional actions ■ Configure 클릭 ▶ Code Organizing 탭 √ Remove trailing whitespace √ Correct identation ▶ Code Style 탭 √ Use blocks in if/while/for/do statements (단일 if 문에 강제 block 생성) √ Use modifier 'final' where pos..
2018.10.01