maplestory_dpm_calc icon indicating copy to clipboard operation
maplestory_dpm_calc copied to clipboard

Direction을 상수로 제공해 줄 필요가 있음

Open oleneyl opened this issue 4 years ago • 0 comments

direction을 매번 1, -1로 입력하다보니 가독성이 떨어집니다.

해결 대안 : Direction class를 만들고 class attribute로

class Direction:
  IS_LARGER_THAN_ARGUMENT = -1
  IS_SMALLER_THAN_ARGUMENT = 1

과 같은 식으로 구현할까 합니다.

oleneyl avatar Aug 28 '20 05:08 oleneyl