Dart Programming Tutorial: Comments
Important but often neglected

Comments in computer programming are blocks of code that are ignored by interpreters and compilers. It is basically used as programmer’s readable explanation in the source code of a computer program.
This article is part of my Dart Programming Tutorial series.