Skip to content

Commit

Permalink
Fixing link
Browse files Browse the repository at this point in the history
  • Loading branch information
dquimper committed Sep 13, 2011
1 parent 23356d4 commit d6aace1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ the use of the alias enhances readability - it's ok to use it.
* Code in a functional way, avoid mutation when it makes sense.
* Do not mutate arguments unless that is the purpose of the method.
* Do not mess around in core classes when writing libraries. (do not monkey patch them)
* Do not program defensively. See this [article](http://www.erlang.se/doc/programming_rules.shtml#HDR11.) for more details.
* Do not program defensively. See this [article](http://www.erlang.se/doc/programming_rules.shtml#HDR11) for more details.
* Keep the code simple (subjective, but still...). Each method should have a single well-defined responsibility.
* Avoid more than 3 Level of block nesting.
* Don't overdesign. Overly complex solutions tend to be brittle and hard to maintain.
Expand Down

0 comments on commit d6aace1

Please sign in to comment.