Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 641 Bytes

TECHNICAL_DESIGN.md

File metadata and controls

25 lines (14 loc) · 641 Bytes

Technical Design

Guide for the implementation, including detailed design, priorities, coding conventions, and testing

Highlights:

Code structure

  • Dart packages

  • script: Folder for bash, python, zx or ts-node scripts

  • temp: Temporary folder used by some of the tooling (tests...)

  • report: Temporary folder for reporting; usually for continuous integration

  • .github: Folder for github pipeline

  • .vscode: Folder for visual code snippets

Useful links