Skip to content

Instantly share code, notes, and snippets.

@fredv
fredv / gist:2035960
Created March 14, 2012 11:45
Collected Ideas on OOP and Software Design as of now
Collected Ideas on OOP and Software Design as of now
Just One Idea (Jeff Casimir et. al.)
Application - ONE value proposition (monolithic is crappy)
Module - collection of ideas
Class - one domain
Method - one purpose
Line - one thought
Clarity over brevity: (Jeff Casimir et. al.)
#!/bin/bash
#
# Spawns a rescue worker configured according to local hostname.
# See the 'case'-block at the end of this file.
#
# make sure we have our environment
source ~/.bash_profile