Skip to content

Commit

Permalink
Changing readability message to active voice
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed May 11, 2018
1 parent b0b3539 commit fdd9c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The use of our [boilerplate](https://github.com/vintasoftware/boilerplate) is st
- Decoupling is good if it gives you power to easily add, change, or remove code. If not, forget it.
- Pure functions are always decoupled from state and time. Avoid side effects.
- But remember that complex is better than complicated.
- Write readable code. This way, it's less likely to contain bugs, because the bugs are made more visible by readability.
- Write readable code. Readable code is less likely to contain bugs, because readability makes bugs more visible.
- Know that design matters.
- And UX matters even more.
- All code should be reviewed.
Expand Down

0 comments on commit fdd9c0a

Please sign in to comment.