Skip to content

Commit

Permalink
Rephrasing nits
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 6dfda6a commit 0b767b0
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. 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/).
Now it's time to head to more "controversial" topics (there's 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 0b767b0

Please sign in to comment.