[go: up one dir, main page]

Clean the code

  • All functions must be under 25 lines
  • All *.c files 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