Format markdown

This commit is contained in:
William Sandner
2021-08-02 19:30:16 +02:00
parent dce3e666f6
commit 0d20f4e5b1
22 changed files with 440 additions and 158 deletions

View File

@@ -1,15 +1,27 @@
# Design Source Organization
Line-by-line Instructions
What are the most important facts that a developer should know about this source code organization and build system?
## Line-by-line Instructions
### What are the most important facts that a developer should know about this source code organization and build system?
Briefly highlight the most important things that another developer should know about your source code organization and build system. Focus on unconventional or difficult to understand concepts, rules that have been broken in the past, or things that have changed.
What are the ranked goals of this source code organization and build system?
### What are the ranked goals of this source code organization and build system?
Consider how the sample goals relate to your project. Add, edit, or delete goals to fir your project. Order the goals from most important to least important.
Key Directories and Files in Developer Working Copies
### Key Directories and Files in Developer Working Copies
List each directory and breifly describe its purpose and contents.
Build Targets
### Build Targets
List each build system target and describe its purpose.
Build Configuration Options
### Build Configuration Options
List each build system configuration option and describe its purpose.
Source Code Organization and Build System Checklist
### Source Code Organization and Build System Checklist
Use this checklist to see how well your source code organization and build system has achieved your stated goals. If there is any question that you cannot answer, or that is answered negatively, go back and revise the design.