Tagged in

Programming Paradigms

Programming Philosophy
Programming Philosophy
Understanding the Fundamental Nature of Programming
More information
Followers
170
Elsewhere
More, on Medium

The Three Virtues

From http://threevirtues.com/
 
 According to Larry Wall, the original author of the Perl programming language, there are three great virtues of a programmer; Laziness, Impatience and Hubris
 
 Laziness: The quality that makes you go to great effort to reduce overall energy expenditure. It makes…


Eric Raymond’s 17 Unix Rules

I was re-reading The Art of Unix Programming and re-discovered some great ideas. Sharing with you:
 
 Rule of Modularity
 
 Developers should build a program out of simple parts connected by well defined interfaces, so problems are local, and parts of the program can be replaced…