-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Issues: ryanmcdermott/clean-code-javascript
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Add info to "Avoid conditionals" about smelly code and open/closed principle
#112
opened Jan 11, 2017 by
Tarabass
updated Jan 16, 2017
Suggestion: Prefer iterators dependent on the variable's name
#49
opened Jan 6, 2017 by
cookiengineer
updated Jan 19, 2017
Make objects have private members better (?) example
#184
opened Feb 3, 2017 by
felipe-augusto
updated Feb 5, 2017
SRP example violates dependency inversion principle
#214
opened May 1, 2017 by
baronswindle
updated May 2, 2017
"Don't write to global functions" section improvement
#201
opened Mar 23, 2017 by
feimosi
updated May 11, 2017
Suggestions for "Don't write to global functions"
#237
opened Jan 12, 2018 by
ajcrites
updated Jan 12, 2018
Use default arguments instead of short circuiting or conditionals
#230
opened Sep 27, 2017 by
mdv27
updated Apr 8, 2018
Avoid conditionals: Favor Composition over Inheritance (Classes)
#282
opened Jan 13, 2020 by
benoror
updated Jan 14, 2020
Link in Don't over-optimize is not a good example
#292
opened Jan 22, 2020 by
Stan64
updated Jan 22, 2020
Why using assgin creat default Object
#296
opened Jan 29, 2020 by
zhangyunhai210
updated Jan 29, 2020
"Bad" example for Liskov Substitution Principle does not give incorrect result
#299
opened Feb 11, 2020 by
jamesirving
updated Feb 14, 2020
#Avoid conditionals# Is that means redux sucks?
#317
opened Aug 12, 2020 by
eleven-huang
updated Aug 12, 2020
Please add some explanations to following sections
#334
opened Jan 13, 2021 by
kaushalyap
updated Jan 13, 2021
pass by value is already default behavior of functions
#329
opened Dec 5, 2020 by
lumosmind
updated Feb 19, 2021
Function should only do one thing - Invalid example
#275
opened Dec 5, 2019 by
atlanteh
updated Aug 23, 2021
Previous Next
ProTip!
Updated in the last three days: updated:>2025-03-08.