Oath for Software Engineers
Never write a line of code that someone else can understand. Make the simplest line of code appear complex. Use long counter intuitive names. Don’t ever code “a=b”, rather do something like: AlphaNodeSemaphore=*(int)(&(unsigned long)(BetaFrameNodeFarm)); Type fast, think slow. Never use direct references to anything ever. Bury everything in macros. Bury the macros in include files. Reference those include files indirectly …