// TODO: Write less comments

I'm not a big fan of comments in code. Especially after few years of writing in Objective-C, which can be very descriptive in its nature. Every time I want to write a comment, I think if what I'm trying to say could be expressed by the code I'm commenting. Or