25

Don't you feel confused if someone in your team declares variables like this?

TextArea textarea1, textarea2;
Component component1, component2, component3

textarea2.setText(textarea1);

It's an identifier for a reason, make yourself identified!

Comments
  • 2
    I' ve been there. Welcome to devRant.
  • 2
    @PoweredByCoffee Hello, fellow developer! Nice to meet you.

    Truth be told, it's really a pain in the ass to deal with generic identifiers :)
  • 2
    Like SQL aliases, b,c,d,e...
Add Comment