Skip to content

Commit

Permalink
Removed space in conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
rgabs committed Dec 11, 2017
1 parent dd4c20f commit 7418d2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 6-conventions-and-code-style/6.0-intro.md
Expand Up @@ -5,7 +5,6 @@ Every team composes of developers who follow different conventions. Hence, often
The best way to solve this is by deciding and following code conventions.

> We strongly believe that NO convention is bad.
>
> As long as there is some convention and it is followed religiously, its good.
Code conventions can be as easy as following 4 spaces instead of tabs, or ending a statement always with semicolon, etc. It could also be something more complex like not allowing `setState()`to be invoked on `componentWillMount`of a React Component.
Expand Down

0 comments on commit 7418d2c

Please sign in to comment.