Giter VIP home page Giter VIP logo

movery's Issues

Code improvements

  • (Code) No comments (Default template)
  • (Code) (Minor) In MoveryApp.onCreate(), Realm and Timber init code can be extracted to a separate method
  • (Code) (Minor) Dimensions can be extracted to values
  • (Code) (Critical) Network request not cancelled when lifecycle ended
  • (Style) (Minor) NetworkModule.BASE_URL, can be in Constants
  • (Style) (Minor) Comments are great in types and methods, inline comments can hint of code smell.
  • (Style) (Major) Some methods are too long and clunky. (Method extraction recommended)
  • (Style) (Major) DetailsFragment 'setUpDetailsAndMap' and setUpDetailsAndMap contains duplicate code (Method extraction recommended)
  • Try to reduce layout hirearchy whenever possible. e.g.: fragment_deliveries, 'activity_details' does not need root ConstraintLayout
  • FragmentTransaction and Intent calls can be chained to make the code cleaner
  • RealmObject doesn't play nice with Parcelable, it can cause potential bug.
  • Data Binding and/or ButterKnife can be used to reduce boiler plate

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.