1.0.1 • Published 9 years ago

pragmatic-tips v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

pragmatic-tips

Need a daily tip from The Pragmatic Programmer book on your terminal? pragmatic-tips will do just that.

Installation

This program requires NodeJS. Install via npm:

npm i -g pragmatic-tips

This will install pragmatic-tips globally so you can run it from terminal.

Example

$ pragmatic-tips
Pragmatic Programmer Tips
#47: Refactor early, refactor often
Just as you might weed and rearrange a garden, rewrite, rework, and re-architect code when it needs it. Fix the root of the problem.