here it is as a fortune mod file: <a href="http://db.glug-bom.org/lug-authors/philip/misc/fortune-mod-prog-style.tar.gz" rel="nofollow">http://db.glug-bom.org/lug-authors/philip/misc/fortune-mod-p...</a>
They are all pretty good but "Avoid unnecessary branches."
and "avoiding goto" are top of my list. Usually is a red flag to me that the programmer has conceptualized the program
but not taken the second step to split the program into smaller workable parts before starting the project.