This commit is contained in:
Brent Guffens 2018-01-19 14:26:49 +01:00 committed by GitHub
parent 6ed86c957f
commit d245e4f10f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,7 @@ Why is the task solved this way?
Comments that explain the solution are very important. They help to continue development the right way. Comments that explain the solution are very important. They help to continue development the right way.
Any subtle features of the code? Where they are used? Any subtle features of the code? Where they are used?
: If the code has anything subtle and counter-obvious, it's definitely worth commenting. : If the code has anything subtle and counter-intuitive, it's definitely worth commenting.
## Summary ## Summary