3단원 : 함수

switch문

서술적인 이름을 사용하라

함수 인수

명령과 조회를 분리하라

public boolean set(String attribute, String value) {}

if (set("username", "unclebob"))....