http://tstzmgqansvqfzr3qrkehszmlhjqbpqp7pwncrzr72ohyygrnbuu26qd.onion/coding%20style
C function definition) When using includes or similar, have them sorted (so there is deduplication) and grouped at the start of the file Line-lenght: Code: 80 soft-limit, 100 hard-limit Text: 80 hard-limit, expect when non-breakable (like URLs) Compacting: do it if it fits the soft-limit main function is defined at the end of the file and functions are grouped by topic, preferably by reversed-order of execution (scripting languages habit). Functions to be used outside of their defining...