• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle


  • I don’t understand why people think that it’s acceptable.

    As developers, we’ve had it drummed into us from day one that variable names are important and shouldn’t be one or two letters.

    Yet developers deliberately alias an easy to read table name such as “customer” into “c” because that’s the first letter of the table. I’m sure that it’s more work to do that with auto completion meaning that you don’t even need to type out “customer”.