http://tstzmgqansvqfzr3qrkehszmlhjqbpqp7pwncrzr72ohyygrnbuu26qd.onion/coding%20style
Functions to be used outside of their defining file should be put in a header. Make them private otherwise. This allows a clean and well-documented API. Documentation is mandatory for the API and must be reachable to where they are used. (ie. external for commands/networking, internal for functions) Design with extensibility in mind (so avoid booleans, test against sucess rather than error, structs are friends, …) Copyright © 2014 Haelwenn (lanodan)...