Package madrona :: Module this
[hide private]

Source Code for Module madrona.this

 1  s = """ 
 2  The Zen of Madrona 
 3   
 4  The best decision-making process will vary by geography and culture. 
 5  Work directly with the intended users to capture the mental model of your decision-making process. 
 6  Let the mental model define which features are needed. 
 7  The Features will then define the API. 
 8  The API and its workspace document will drive the client interface. 
 9  Let these conventions be your guide but they should get out of the way when no longer useful.""" 
10   
11  print s 
12