8
tahnik
7y

"Tahnik, it's about your code that I'm reviewing. There's bool variable called homeMainCreatePostChoseImageFromLibrary. Any idea what that variable is doing?"

"That's the button the user can click to chose an image from library when creating a post"

"Oh ok. Can you put a comment on that variable?"

"..."

Comments
  • 10
    Bool variable is a button? This is not a self-explanatory variable name. It is just long and pretends to be self-explanatory but it does not explain shit.

    And the other thing is that the reviewer should suggest changing the variable name instead of putting the comment.
  • 4
    @3ndriu wtf why did I write it's a bool variable. It's not sorry. It's an Android button.
  • 0
    My favorite colleague never comments his code and it infuriates me. He's lucky he's a great programmer.
  • 0
    @stisch good code is hard to write, no reason to make it easy to read ;-)
Add Comment