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
Copy file name to clipboardExpand all lines: foundations/javascript_basics/clean_code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ You might wonder why this variable is declared with all caps when we recommended
148
148
149
149
### Indentation and line length
150
150
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.
152
152
153
153
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.
0 commit comments