10
badwolf
6y

Sometimes you just make the stupid mistakes

Comments
  • 1
    I guess because the variable name doesn't hint the type. A variable like isAvailable is most likely a boolean. This is a value from a dictionary which could be any type and automatic type conversion could save your ass at runtime.
  • 0
    @zvyn i understand that. It's ruby btw. However, i still feel it was unnecessary. The reviewer was right.
Add Comment