-
Notifications
You must be signed in to change notification settings - Fork 3
5. Developer Documentation
Yiwei edited this page Apr 17, 2023
·
8 revisions
The development documentation for Rhythm Neon should include the following:
- Project overview: Briefly introduce the functions and application scenarios of the project.
- Development environment: List the hardware and software environment required for development.
- Architecture Design: Introduce the overall architecture of the system, including hardware and software parts, and the interaction between various modules.
- Module design document: For each module, a detailed module design document should be written, including the function of the module, input and output parameters, implementation methods, etc.
- Code specification: formulate a code specification, including variable naming specification, code style specification, etc.。
- Test documentation: write test documentation, including test cases, test methods, and test results.
- Installation and deployment documents: explain how to install and deploy the system in the production environment, including the required hardware and software environment, deployment steps, etc.
- Problem-solving documents: write problem-solving documents, record common problems and solutions, and system log analysis methods, etc.