Coder Social home page Coder Social logo

yumemi-ios-codecheck's People

Contributors

168-7cm avatar el-hoshino avatar watanavex avatar

Watchers

 avatar

yumemi-ios-codecheck's Issues

指摘箇所の修正

概要

  • コードレビューで指摘された箇所を修正する。

目的

  • スキルアップのため。

課題

  • 詳細画面がダークモード非対応です、ダイナミックカラーなど活用しましょう
  • 文字数が多い時や画面が小さい時、詳細画面でも省略表示されてしまいます
  • 画面回転の時などにレイアウトが崩れてしまいます
  • サーチバーの初期表示はplaceholderを活用しましょう
  • 検索にフロー制御がないため、APIを連続で呼出ししてしまいlimitがかかってしまいます、isLoadingRelayで制御やthrottleなどを活用しましょう
  • isLoadingは.bind(to: activityIndicatorView.rx.isAnimating)で代用できます
  • SwiftGenなどで自動生成されるソースは諸説ありますが、git管理に入れない方針が多いです
  • ViewModelまでエラーハンドリングしてますが、ユーザーに何も知らされていないのが勿体無いと思いました
  • RepositoryDetailViewController 画像をメインスレッドで取得しているようです。通信環境がよくないとフリーズしてしまいます。
  • SearchRepositoryErrorでerrorMessageを定義しようとしたみたいですね...独自でも良いと思いますが、LocalizedError Protocolなどもありますのでご参考までに

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.