├── README.md ├── clojure ├── 20130821-testing-principles.md ├── 20130926-data-representation.md └── 20130927-ns-organization.md ├── git └── 20140403-git.md ├── ios └── 20131009-profiling-using-instruments.md └── swe ├── Migrations_and_future_proofing.md └── migrations ├── 1.png ├── 1.svg ├── 2.png ├── 2.svg ├── 3.png ├── 3.svg ├── 4.png ├── 4.svg ├── 5.png ├── 5.svg ├── 6.png ├── 6.svg ├── 7.png └── 7.svg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/README.md -------------------------------------------------------------------------------- /clojure/20130821-testing-principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/clojure/20130821-testing-principles.md -------------------------------------------------------------------------------- /clojure/20130926-data-representation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/clojure/20130926-data-representation.md -------------------------------------------------------------------------------- /clojure/20130927-ns-organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/clojure/20130927-ns-organization.md -------------------------------------------------------------------------------- /git/20140403-git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/git/20140403-git.md -------------------------------------------------------------------------------- /ios/20131009-profiling-using-instruments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/ios/20131009-profiling-using-instruments.md -------------------------------------------------------------------------------- /swe/Migrations_and_future_proofing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/Migrations_and_future_proofing.md -------------------------------------------------------------------------------- /swe/migrations/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/1.png -------------------------------------------------------------------------------- /swe/migrations/1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/1.svg -------------------------------------------------------------------------------- /swe/migrations/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/2.png -------------------------------------------------------------------------------- /swe/migrations/2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/2.svg -------------------------------------------------------------------------------- /swe/migrations/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/3.png -------------------------------------------------------------------------------- /swe/migrations/3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/3.svg -------------------------------------------------------------------------------- /swe/migrations/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/4.png -------------------------------------------------------------------------------- /swe/migrations/4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/4.svg -------------------------------------------------------------------------------- /swe/migrations/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/5.png -------------------------------------------------------------------------------- /swe/migrations/5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/5.svg -------------------------------------------------------------------------------- /swe/migrations/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/6.png -------------------------------------------------------------------------------- /swe/migrations/6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/6.svg -------------------------------------------------------------------------------- /swe/migrations/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/7.png -------------------------------------------------------------------------------- /swe/migrations/7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plumatic/eng-practices/HEAD/swe/migrations/7.svg --------------------------------------------------------------------------------