Skip to content

Commit ee27e91

Browse files
committed
Add a reference to reddit thread on tabs vs space discussion
1 parent b7aa07a commit ee27e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundations/javascript_basics/clean_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ You might wonder why this variable is declared with all caps when we recommended
148148

149149
### Indentation and line length
150150

151-
Now it's time to head to more controversial topics. The war between coders that use tabs and coders that use spaces to indent their code is essentially a joke by now.
151+
Now it's time to head to more controversial topics. The war between coders that use tabs and coders that use spaces to indent their code is essentially a [joke](https://www.reddit.com/r/programming/comments/p1j1c/tabs_vs_spaces_vs_both/) by now.
152152

153153
What actually matters is *consistency*. Choose a way to indent and stick to it. Various JavaScript style guides recommend different options, and one is not really superior to the other. We will look at style guides and related tools in more detail later in the curriculum.
154154

0 commit comments

Comments
 (0)