how to build a feature?
郭旭升 Lv6

Documentations

  1. understand the project structure and parrterns.
  2. code standards and best practices.

Run the project

  1. try to use the project, try the existing functions.

Understand the features

  1. learn about the feature’s requirements.

Understand the structure of code

  1. to figure out where(which package, which layer) your feature’s code belong to.
 Comments