12

Just opened a month old android studio project and now I'm wondering what the hell is going on. And later realize the importance of comments. :-(

Comments
  • 5
    Comments aren't really important if you are not creating a library and documenting it. You should write clean and readable code, with descriptive vars and method names.
  • 1
    @Agred That's right!
  • 2
    @thecoolguy
    I have two to three projects where I don't know what is happening!
    Even though I wrote the whole code myself.
    Its too embarrassing 😅
Add Comment