- The Clean Coder: A Code of Conduct for Professional Programmers (Robert C. Martin)
- Practical Object Oriented Design in Ruby: An Agile Primer (Sandi Metz)
- Refactoring: Ruby Edition
- Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin)
- [Don't Make Me Think!: A Common Sense Approach to Web Usability (Steve Krug)](http://w
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source ~/.git-completion.sh | |
alias gco='git co' | |
alias gci='git ci' | |
alias grb='git rb' | |