Change link destination

At the end article mentions a chapter about comments, but link sends to an antecedent article, which doesn't mention comments at all.
This commit is contained in:
Danil Kolumbet 2019-04-13 15:32:18 +03:00 committed by GitHub
parent 892c56ac8a
commit 271129ecaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,4 +156,4 @@ Please, don't hesitate to comment your code.
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.
Later in the tutorial there will be a chapter <info:coding-style> that also explains how to write better comments.
Later in the tutorial there will be a chapter <info:code-quality> that also explains how to write better comments.