Browse Source

Update README.md (#21)

Typo - brakes -> breaks
master
AlexNodex 4 years ago
committed by GitHub
parent
commit
2b0c5e7a6e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -386,7 +386,7 @@ let isEmpty = false;
### 💩 Long-read functions are better than short ones.
Don't divide a program logic into readable pieces. What if your IDE's search brakes and you will not be able to find the necessary file or function?
Don't divide a program logic into readable pieces. What if your IDE's search breaks and you will not be able to find the necessary file or function?
- 10000 lines of code in one file is OK.
- 1000 lines of a function body is OK.

Loading…
Cancel
Save