DEV Community

Discussion on: How do you feel about changing naming terms?

Collapse
 
lewismenelaws profile image
Lewis Menelaws

Interesting perspective. I really like this line:

We change the names of things in code all the time. And we make much tougher technical challenges than changing some terminology consistently.

It makes sense. A lot of people are getting upset but code is changed all the time. Why not the naming?

Collapse
 
alainvanhout profile image
Alain Van Hout

Not really applicative to the use-case of the main post, but I generally try to avoid name changes in code, at least when it comes to concepts.

The reason for that is that it has substantial benefits to have a clear and stable terminology to lean on, first and foremorst inside your team but also across teams and between developers and non-developers. Being lax with naming is a substantial contributing factor for misunderstandings, leading to plenty of bugs and loads of wasted time.

The main post if of course not about that, but about whether the use of certain words is socially advisable (even though there is indeed a side-case to be made about using clearer terms).