Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
glennantoine
/
clean-code-javascript
Public
forked from
ryanmcdermott/clean-code-javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
ryanmcdermott
Datepicker
All time
Commit History
Commits on Jan 6, 2017
Merge pull request #35 from ChrisNikkel/use_const
Show description for 2837f0f
ryanmcdermott
authored
2837f0f
Copy full SHA for 2837f0f
Merge pull request #32 from acparas/master
Show description for a22d1d9
ryanmcdermott
authored
a22d1d9
Copy full SHA for a22d1d9
Merge pull request #27 from connec/patch-1
Show description for 11b7271
ryanmcdermott
authored
11b7271
Copy full SHA for 11b7271
Merge pull request #29 from jordalgo/patch-1
Show description for 52a9251
ryanmcdermott
authored
52a9251
Copy full SHA for 52a9251
Commits on Jan 5, 2017
Merge pull request #28 from tonytran1/master
Show description for 55e612d
ryanmcdermott
authored
55e612d
Copy full SHA for 55e612d
Merge pull request #26 from iheanyi/patch-2
Show description for c51445e
ryanmcdermott
authored
c51445e
Copy full SHA for c51445e
Fix Object.assign example
ryanmcdermott
committed
d00ca4c
Copy full SHA for d00ca4c
Merge pull request #20 from bfred-it/patch-1
Show description for bd8bd1e
ryanmcdermott
authored
bd8bd1e
Copy full SHA for bd8bd1e
Merge pull request #21 from Chaosbohne/patch-1
Show description for 2388798
ryanmcdermott
authored
2388798
Copy full SHA for 2388798
Merge pull request #22 from floriangosse/patch-1
Show description for 5cdf7a8
ryanmcdermott
authored
5cdf7a8
Copy full SHA for 5cdf7a8
Merge pull request #24 from hennelh/patch-1
Show description for 5d3bd8a
ryanmcdermott
authored
5d3bd8a
Copy full SHA for 5d3bd8a
Merge pull request #19 from gsklee/patch-2
Show description for 2564bae
ryanmcdermott
authored
2564bae
Copy full SHA for 2564bae
Merge pull request #18 from gsklee/patch-1
Show description for 4736752
ryanmcdermott
authored
4736752
Copy full SHA for 4736752
Merge pull request #17 from jsgao0/master
Show description for 37c236c
ryanmcdermott
authored
37c236c
Copy full SHA for 37c236c
Merge pull request #16 from jsgao0/master
Show description for c0cd8f8
ryanmcdermott
authored
c0cd8f8
Copy full SHA for c0cd8f8
Merge pull request #8 from alaycock/patch-1
Show description for 03bcebd
ryanmcdermott
authored
03bcebd
Copy full SHA for 03bcebd
Merge pull request #10 from Yahkob/patch-2
Show description for 667ff35
ryanmcdermott
authored
667ff35
Copy full SHA for 667ff35
Merge pull request #11 from Yahkob/patch-4
Show description for dcbca43
ryanmcdermott
authored
dcbca43
Copy full SHA for dcbca43
Merge pull request #6 from chiarafsc/master
Show description for e560b13
ryanmcdermott
authored
e560b13
Copy full SHA for e560b13
Merge pull request #3 from mariotacke/fix-spelling-errors
Show description for 20a8c6c
ryanmcdermott
authored
20a8c6c
Copy full SHA for 20a8c6c
Commits on Jan 4, 2017
Merge pull request #1 from andrejewski/patch-1
Show description for bc1ae6a
ryanmcdermott
authored
bc1ae6a
Copy full SHA for bc1ae6a
Commits on Jan 3, 2017
Functions should be at one level of abstraction
ryanmcdermott
committed
5530480
Copy full SHA for 5530480
Drive home pont of limiting function arguments
ryanmcdermott
committed
b8b382d
Copy full SHA for b8b382d
Remove subsection anchors, favor automatic marking
ryanmcdermott
committed
d783297
Copy full SHA for d783297
Attempt another GHFM link
ryanmcdermott
committed
4440e35
Copy full SHA for 4440e35
Add first subsection marker
ryanmcdermott
committed
8c13a41
Copy full SHA for 8c13a41
Commits on Jan 2, 2017
Single concept per test
ryanmcdermott
committed
f871283
Copy full SHA for f871283
Encapsulate conditionals
ryanmcdermott
committed
8f4a8d2
Copy full SHA for 8f4a8d2
Avoid negative conditionals
ryanmcdermott
committed
0382051
Copy full SHA for 0382051
Function names should say what they do
ryanmcdermott
committed
e7ca5c9
Copy full SHA for e7ca5c9
Remove dead code
ryanmcdermott
committed
f83f4e4
Copy full SHA for f83f4e4
Avoid positional markers
ryanmcdermott
committed
ea1735d
Copy full SHA for ea1735d
Use explanatory variables
ryanmcdermott
committed
c080300
Copy full SHA for c080300
Add proper introduction
ryanmcdermott
committed
85bfa0c
Copy full SHA for 85bfa0c
Add coverage tool note
ryanmcdermott
committed
d02640b
Copy full SHA for d02640b
Pagination
Previous
Next
You can’t perform that action at this time.