Author: Rahul Brahma [email protected]
To get started, type "make".
- Use git and virtual environments. Always.
- Good workflow trumps good tooling
- Good workflow means not having to remember things
- Use one virtual environment per git repo. Give them both the same name.
- Maintain virtual environments as code.
- Use Lockfiles: Separate "what you want" from "what you need".
- Auto-document your workflow
- Don't be afraid to "Nuke it from orbit"
See Project Organization for details on how this project is organized on disk.