Clean the code
- All functions must be under 25 lines
- All
*.cfiles files must contains at most 5 functions - All macros must be defined in
*.h - try remove some global variables if not add a a
g_prefix to them (global variables are restricted in the norm💩 ) - Remove comments and add a remove code redundancy.
Edited by Anas Rchid