DroidKaigi / conference-app-2018

The Official Conference App for DroidKaigi 2018 Tokyo
Apache License 2.0
1.35k stars 333 forks source link

Level magic numbers #635

Closed oldergod closed 6 years ago

oldergod commented 6 years ago

Overview

Magic numbers were used around level ids. I created 3 constants to be used instead as well as simplifying the way Level subclasses are instantiated.

takahirom commented 6 years ago

Thanks! πŸ”’ It became easier to read!

takahirom commented 6 years ago

Please fix this πŸ™ e: /home/circleci/project/app/src/test/java/io/github/droidkaigi/confsched2018/presentation/sessions/feedback/SessionsFeedbackViewModelTest.kt: (47, 25): Too many arguments for public fun createDummySessionFeedback(sessionId: String = ...): SessionFeedback defined in io.github.droidkaigi.confsched2018 in file DummyDataCreator.kt

takahirom commented 6 years ago

LGTM πŸ‘

oldergod commented 6 years ago

γ™γΏγΎγ›γ‚“γ§γ—γŸγ€ε―ΎεΏœγ—γΎγ—γŸγ€‚