duckie-team/quack-quack-android

프로젝트 정리

jisungbin opened this issue · 0 comments

  • 중복 코드 제거 (대부분의 중복 코드를 별도 모듈로 분리함)
  • 컴포넌트 자체의 inspectable 제거
  • animation 모듈에서 animation spec 하드코딩 제거
  • sugar-syntax 유틸 코드 적용
  • 꽥꽥 표준 optin은 opt-in compiler argument로 변경
  • @One @Two @Three -> @[One Two Three] 마이그레이션
  • Animatable#animateTo with Snap -> Animtable#snapTo 마이그레이션
  • detekt + ktlint -> spotless 마이그레이션
  • center offset 직접 계산 -> Alignment.CenterXXX.align 마이그레이션
  • #600 의 결과를 위해 KDoc 및 #624 작업
  • 테스트 코드 작성 방식 통일
  • 리드미에 프로젝트 설명 갱신 (ui kit -> design system)