10
TeaTea
6y

So true ;-)

Comments
  • 1
    But what if I comment stuff like int x = 3+7 ?
  • 6
    Not true. Real programmers don't comment each line if it's not necessary but they should create documentation for every more complicated method. Code should be readable and as easy to understand as possible. If logic is complicated then create documentation.
Add Comment