Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c97087

Browse files
authoredApr 14, 2019
Merge pull request #907 from kolumb/patch-2
Change link destination
2 parents 7c4e330 + 271129e commit 5c97087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎1-js/02-first-steps/02-structure/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ Please, don't hesitate to comment your code.
156156

157157
Comments increase the overall code footprint, but that's not a problem at all. There are many tools which minify code before publishing to a production server. They remove comments, so they don't appear in the working scripts. Therefore, comments do not have negative effects on production at all.
158158

159-
Later in the tutorial there will be a chapter <info:coding-style> that also explains how to write better comments.
159+
Later in the tutorial there will be a chapter <info:code-quality> that also explains how to write better comments.

0 commit comments

Comments
 (0)
Please sign in to comment.