fixes typo on refactoring code. (#60)
fixes typo distraction to distracting
This commit is contained in:
parent
b3fe9d24c4
commit
e5266b0199
@ -403,7 +403,7 @@ Having a good guideline for creating commits and sticking to it makes working wi
|
||||
* Always comment and keep them relevant as code changes. Remove commented blocks of code.
|
||||
|
||||
_Why:_
|
||||
> Your code should be as readable as possible, you should get rid of anything distraction. If you refactored a function, don't just comment out the old one, remove it.
|
||||
> Your code should be as readable as possible, you should get rid of anything distracting. If you refactored a function, don't just comment out the old one, remove it.
|
||||
|
||||
* Avoid irrelevant or funny comments, logs or naming.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user