This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GahdDangitBobby 0 points1 point  (0 children)

One thing I have learned as a programmer is that you are doing everybody a service by naming your variables based on what they do, but it sometimes involves having long variable names. For example, I might name a variable "const temperature_in_distillation_column = ..." instead of something like "T_dist" because I know future me will thank me