-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
コードの気になるところ洗い出し #33
Comments
プロガードの記述で消せそうなやつがある以下、消せそう。
|
検索APIのレスポンス値についてpushed_at がnullのケースがあるのでNullableにする必要がある
Line 72 in 57debd3
|
package構成 / クラス名の変更ErrorResult
android-engineer-codecheck/app/src/main/kotlin/jp/co/yumemi/android/codecheck/data/SafeResult.kt Line 15 in 7ecf2d3
dataOrThrow
android-engineer-codecheck/app/src/main/kotlin/jp/co/yumemi/android/codecheck/data/SafeResult.kt Line 23 in 7ecf2d3
|
各環境用でアクセスポイントを切り替える仕組み本課題アプリはGithubが公開している外部APIを使うのみなので必要なさそうですが、 |
マルチモジュール化今回の課題アプリでは小規模なアプリのため導入を控えたが、 |
課題提出後なのでPRは出さないが、コード上の気になるところをこのイシューに洗い出しておく。
The text was updated successfully, but these errors were encountered: