Skip to content

Commit

Permalink
Rephrase the joke reference
Browse files Browse the repository at this point in the history
Co-authored-by: MaoShizhong <[email protected]>
  • Loading branch information
mathdebate09 and MaoShizhong authored Aug 24, 2024
1 parent ee27e91 commit 6dfda6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/javascript_basics/clean_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ You might wonder why this variable is declared with all caps when we recommended

### Indentation and line length

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.
Now it's time to head to more controversial topics. There's already a joke about the [war between coders who indent with spaces versus tabs](https://www.reddit.com/r/programming/comments/p1j1c/tabs_vs_spaces_vs_both/).

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.

Expand Down

0 comments on commit 6dfda6a

Please sign in to comment.