You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Bruno Costa - Garu
brunohenrique
Distributed Systems and Databases enthusiast.
Principal SRE.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Excerpts from The Elements of Programming Style. The source of this compilation is unknown.
The Elements of Programming Style
The following rules of programming style are excerpted from the book "The
Elements of Programming Style" by Kernighan and Plauger, published by McGraw
Hill. Here is quote from the book: "To paraphrase an observation in The
Elements of Style by Strunk and White, the rules of programming style, like
those of English, are sometimes broken, even by the best writers. When a rule
is broken, however, you will usually find in the program some compensating
merit, attained at the cost of the violation. Unless you are certain of doing
as well, you will probably do best to follow the rules."