Skip to content

Instantly share code, notes, and snippets.

@wycats
Created June 3, 2010 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save wycats/423238 to your computer and use it in GitHub Desktop.
Save wycats/423238 to your computer and use it in GitHub Desktop.
module Matz
def self.included(*)
puts <<-MATZ
Simplicity is NOT a Goal
------------------------
Things too simple are difficult
Things too complex are difficult
Human thoughts are not simple
Programs are essentially complex
Combination of simple concepts can be complex very easily
MATZ
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment