Skip to content

Commit a6da688

Browse files
committed
TOC
1 parent 6b0eef3 commit a6da688

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# clean-code-javascript
2-
Software engineering principles, from Robert C. Martin's wonderful book *Clean Code*, adapted for JavaScript.
2+
Software engineering principles, from Robert C. Martin's wonderful book
3+
*Clean Code*, adapted for JavaScript. This is not a style guide, it's something
4+
much more. It's a guide to producing readable, reusable, and refactorable
5+
JavaScript software. Enjoy!
6+
7+
## Table of Contents
8+
1. [Variables](#variables)
9+
2. [Functions](#functions)
10+
3. [Classes](#classes)
11+
4. [Comments](#comments)
312

413
## **Variables**
514
### Use meaningful and pronounceable variable names

0 commit comments

Comments
 (0)