mirror of
https://github.com/labs42io/clean-code-typescript.git
synced 2025-04-18 15:13:34 +00:00
duplicate phrase removal
This commit is contained in:
parent
a95cfec490
commit
21c1d5251c
1 changed files with 0 additions and 2 deletions
|
@ -188,8 +188,6 @@ const transaction = charge(user, subscription);
|
|||
|
||||
### Não adicione contextos desnecessários
|
||||
|
||||
If your class/object name tells you something, don't repeat that in your variable name.
|
||||
|
||||
Se o nome da sua classe/objeto expressa algo, não repita isso no nome da variável.
|
||||
|
||||
**Ruim:**
|
||||
|
|
Loading…
Add table
Reference in a new issue