Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
sort-code16
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
clean-code-javascript
README.md
on
master
User selector
All users
All time
Commit history
Commits on Jan 6, 2017
use const in rule "Use explanatory variables"
Show description for 08dd958
ChrisNikkel
authored
08dd958
View commit details
Copy full SHA for 08dd958
View code at this point
Browse repository at this point
Fix semantic mistake
Show description for fa5f27d
b0yfriend
authored
fa5f27d
View commit details
Copy full SHA for fa5f27d
View code at this point
Browse repository at this point
Merge pull request #27 from connec/patch-1
Show description for 11b7271
ryanmcdermott
authored
11b7271
View commit details
Copy full SHA for 11b7271
View code at this point
Browse repository at this point
Update: promise catch logic
Show description for e904445
jordalgo
authored
e904445
View commit details
Copy full SHA for e904445
View code at this point
Browse repository at this point
Commits on Jan 5, 2017
Use constants when variable values do not change
tonytran1
committed
f090f77
View commit details
Copy full SHA for f090f77
View code at this point
Browse repository at this point
Remove redundant object from Object.assign example
Show description for 17a5f24
connec
authored
17a5f24
View commit details
Copy full SHA for 17a5f24
View code at this point
Browse repository at this point
Update README.md
Show description for 337fa7e
iheanyi
authored
337fa7e
View commit details
Copy full SHA for 337fa7e
View code at this point
Browse repository at this point
Fix Object.assign example
ryanmcdermott
committed
d00ca4c
View commit details
Copy full SHA for d00ca4c
View code at this point
Browse repository at this point
Merge pull request #20 from bfred-it/patch-1
Show description for bd8bd1e
ryanmcdermott
authored
bd8bd1e
View commit details
Copy full SHA for bd8bd1e
View code at this point
Browse repository at this point
Merge pull request #21 from Chaosbohne/patch-1
Show description for 2388798
ryanmcdermott
authored
2388798
View commit details
Copy full SHA for 2388798
View code at this point
Browse repository at this point
Merge pull request #22 from floriangosse/patch-1
Show description for 5cdf7a8
ryanmcdermott
authored
5cdf7a8
View commit details
Copy full SHA for 5cdf7a8
View code at this point
Browse repository at this point
Update README.md
Show description for e802380
hennelh
authored
e802380
View commit details
Copy full SHA for e802380
View code at this point
Browse repository at this point
fix(avoid-type-checking-part-1): fix variable name
floriangosse
authored
b1ef827
View commit details
Copy full SHA for b1ef827
View code at this point
Browse repository at this point
Some minor property missmatch
Show description for 08fe61e
Chaosbohne
authored
08fe61e
View commit details
Copy full SHA for 08fe61e
View code at this point
Browse repository at this point
Add missing function call to "no side effects"
bfred-it
authored
a037f0e
View commit details
Copy full SHA for a037f0e
View code at this point
Browse repository at this point
Update README.md
G. Kay Lee
authored
b7a5d73
View commit details
Copy full SHA for b7a5d73
View code at this point
Browse repository at this point
Update README.md
Show description for 4155a2b
G. Kay Lee
authored
4155a2b
View commit details
Copy full SHA for 4155a2b
View code at this point
Browse repository at this point
Update README.md
Show description for a79076f
jsgao0
authored
a79076f
View commit details
Copy full SHA for a79076f
View code at this point
Browse repository at this point
Update README.md
Show description for b5c7100
jsgao0
authored
b5c7100
View commit details
Copy full SHA for b5c7100
View code at this point
Browse repository at this point
Merge pull request #8 from alaycock/patch-1
Show description for 03bcebd
ryanmcdermott
authored
03bcebd
View commit details
Copy full SHA for 03bcebd
View code at this point
Browse repository at this point
Merge pull request #10 from Yahkob/patch-2
Show description for 667ff35
ryanmcdermott
authored
667ff35
View commit details
Copy full SHA for 667ff35
View code at this point
Browse repository at this point
Merge pull request #11 from Yahkob/patch-4
Show description for dcbca43
ryanmcdermott
authored
dcbca43
View commit details
Copy full SHA for dcbca43
View code at this point
Browse repository at this point
Merge pull request #6 from chiarafsc/master
Show description for e560b13
ryanmcdermott
authored
e560b13
View commit details
Copy full SHA for e560b13
View code at this point
Browse repository at this point
Commits on Jan 4, 2017
add missing commas in objects
Yahkob
authored
ce30644
View commit details
Copy full SHA for ce30644
View code at this point
Browse repository at this point
Use explanatory variables bad and good examples should match ([1] + [2] instead of [0])
Yahkob
authored
071dfdc
View commit details
Copy full SHA for 071dfdc
View code at this point
Browse repository at this point
Merge pull request #1 from alaycock/master
Show description for b49c571
alaycock
authored
b49c571
View commit details
Copy full SHA for b49c571
View code at this point
Browse repository at this point
Add missing function argument in LSP section
alaycock
authored
95ad6fb
View commit details
Copy full SHA for 95ad6fb
View code at this point
Browse repository at this point
Add getArea method where it is necessary.
Show description for cc8c767
alaycock
authored
cc8c767
View commit details
Copy full SHA for cc8c767
View code at this point
Browse repository at this point
Remove duplicate code "good" example - Remove unnecessary, misleading statement
chiarafsc
committed
0a1fc61
View commit details
Copy full SHA for 0a1fc61
View code at this point
Browse repository at this point
(docs) Correct spelling errors and remove unfinished sentence.
mariotacke
committed
a3e6e97
View commit details
Copy full SHA for a3e6e97
View code at this point
Browse repository at this point
fix "do one thing" code example
Show description for 0661e52
andrejewski
authored
0661e52
View commit details
Copy full SHA for 0661e52
View code at this point
Browse repository at this point
Commits on Jan 3, 2017
Functions should be at one level of abstraction
ryanmcdermott
committed
5530480
View commit details
Copy full SHA for 5530480
View code at this point
Browse repository at this point
Drive home pont of limiting function arguments
ryanmcdermott
committed
b8b382d
View commit details
Copy full SHA for b8b382d
View code at this point
Browse repository at this point
Remove subsection anchors, favor automatic marking
ryanmcdermott
committed
d783297
View commit details
Copy full SHA for d783297
View code at this point
Browse repository at this point
Attempt another GHFM link
ryanmcdermott
committed
4440e35
View commit details
Copy full SHA for 4440e35
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.