A short comment on comments in the code
My short comment on why you should stop using comments in your code (unless in special cases).
Tl;dr
Please, think twice before adding comments to your code. Probably, there are no needed and will just confuse people who will read your code later on. Write a clean, readable code instead. Thanks in advance!