forked from bkinnightskytw/code_work_spawner
498 B
498 B
Repo Instructions
- read
README.mdfor general information
runpnpx skills experimental_install,lefthook installbefore development at first time. - For any new or modified Dart test under
test/, use the repo-local skilldart-gherkin-tests. - For file more than 500 lines, consider to split it into multiple files for better maintainability.
- Keep refactoring e.g.
SOLIDprinciples. Aggresively remove deprecated code and features. Don't be afraid to break backward compatibility.