We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0eef3 commit a6da688Copy full SHA for a6da688
README.md
@@ -1,5 +1,14 @@
1
# clean-code-javascript
2
-Software engineering principles, from Robert C. Martin's wonderful book *Clean Code*, adapted for JavaScript.
+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)
12
13
## **Variables**
14
### Use meaningful and pronounceable variable names
0 commit comments