Values

Leaning on The Zen of Python and the Agile Manifesto, some of my beliefs:

  • General
    • Open Source over Closed Source
    • Open Web (Platform) over Closed Web Technologies
    • Evolutionary Design over Speculative Design
    • Interdisciplinary teams over workplace silos
    • Agile software development over Waterfall (model)
    • Plain banana over gorilla holding the banana and the entire jungle
  • Implementation
    • No code (if possible) over some code
    • As few code as possible over too much code (YAGNI & KISS)
    • Reusing stuff over NIH

That is, while there is value in the items on the right, I value the items on the left more.