Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnm authored Dec 10, 2016
1 parent 9d0a26c commit ac2932c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ duck/
```

### General rules
A fuck folder:
A duck folder:
* MUST have an index.js file that exports according to the original duck rules.
* MUST keep code with similar purpose in the same file (reducers, selectors, actions, etc.)
* MUST contain the tests related to the duck
Expand All @@ -51,4 +51,4 @@ code
### Tests

### A word on abstractions!
While working a good 2 years now in the React ecosystem, I found that abstractions
While working a good 2 years now in the React ecosystem, I found that abstractions are good when you design them and are your enemies when you take them from others. So while I understand the idea of reducing boilerplate, writing less code, reusing structures, keep in mind that any abstraction that you take for granted will eventually become a burden for the project.

0 comments on commit ac2932c

Please sign in to comment.