forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
The goal I want to set is to make the code easy for a person to read and analyze.
In the sense that the code of the assembly system itself should be decomposed into folders in accordance with the general execution algorithm and should be fragmented into smaller functions.
The algorithm should have a linear structure and should not contain confusing calls and ambiguous checks.
Each folder should contain a file with a main file and one function. All other files in this folder contain only auxiliary functions that are called from the main function.
AaronNGray
Metadata
Metadata
Assignees
Labels
No labels