labs42io / clean-code-typescript

Clean Code concepts adapted for TypeScript
https://labs42io.github.io/clean-code-typescript
MIT License
9.29k stars 1.14k forks source link

Change implied variable name for consistency #50

Closed decoded4620 closed 2 years ago

decoded4620 commented 3 years ago

The good example passes a variable with a different, less understandable name than the bad example.

The change is about the function name, not the variable name, so for consistency this should be email instead of node