Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 248 Bytes

Coding-Style.md

File metadata and controls

10 lines (8 loc) · 248 Bytes

Coding Style

基礎規範

  • Node: ESlint airbnb
  • Flutter: unassign

日誌

  • 所有 log 需使用自定義 logger,並區分 log level: info debug warn error fatal

型別

  • 宣告 Object 需註解說明其資料結構, Array 亦同