Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 807 Bytes

code-style.md

File metadata and controls

15 lines (8 loc) · 807 Bytes

Code Style

1.Tools-based Assistance

  • You need to use gdtoolkit to format the code.You can copy tools/pre-commit to .git/hooks to do that automatically

2.Standards

3.Notes

  • Please avoid hardcoding scene paths or other resources directly in the code at all costs. We require that it should be possible to refactor at any time without causing any issues. The robustness of the code is an important factor we consider.