Skip to content

Commit

Permalink
add principle
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Jun 20, 2015
1 parent a7e94e2 commit d5db983
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ common-env
[![Deps](https://david-dm.org/FGRibreau/common-env.png)](https://david-dm.org/FGRibreau/common-env)
[![Version](http://badge.fury.io/js/common-env.png)](https://david-dm.org/FGRibreau/common-env)

A little helper I use everywhere for configuration. Environment variables are a really great way to quickly change a program behavior.
A little helper I use everywhere for configuration. [Environment variables](http://blog.honeybadger.io/ruby-guide-environment-variables/) are a really great way to quickly change a program behavior.

# philosophy

Here is my principle:

> "Every constant in code: number, boolean or string* should be configurable"
* besides i18n translation key an things like that of course (well, now that we've got symbols in ES6...)

# npm

Expand Down

0 comments on commit d5db983

Please sign in to comment.