우재성

Results 2 comments of 우재성

Or how about this timeline? ```java boolean afterRead() { return changeState(State.READING, getDemand() > 0 ? State.DEMAND : State.NO_DEMAND); } ``` this funtion choses to-be state and before actually changing it,...