You are viewing a single thread.
View all comments
14 points

Using single character variable names is always bad practice

permalink
report
reply
7 points
*

Counterpoint: using anything other than ‘i’ as your index in a for loop in C or C++ is obnoxious as fuck.

At most I’ll go with ‘it’ for C++ iterators.

permalink
report
parent
reply
6 points

Unless you are implementing some mathematical formula. Then link the paper and stick to its variables.

permalink
report
parent
reply
5 points

I have a convention to correlate the size of variable scope with its name length.

If a variable is used all over the program, it will be named “response”. If it is <15 lines, then it can be “res”. If it is less than 3 lines, it can be only “r”.

This makes reading code a bit simpler, because it makes unimportant, local vars short and unnoticeable.

permalink
report
parent
reply
3 points

Why though? Intellisense helps you write out the full name. And instead of response why not call it whatever the data you’re expecting to be

permalink
report
parent
reply
2 points

I agree because it makes the code easier to follow in 6 months time.

permalink
report
parent
reply

Could you comment a couple of examples? At best some that signifiy the importance with them as verstra wrote.

permalink
report
parent
reply
4 points

Sometimes you’re just using it once and it’s blindingly obvious what it is

permalink
report
parent
reply
3 points
*
Deleted by creator
permalink
report
parent
reply
1 point

Big same. Long feels complex until you go back later

permalink
report
parent
reply
3 points

Mostly agree. I’m ok with single characters in a one line / single expression lambda, but that’s the only time I’m ok with it.

permalink
report
parent
reply

Programming

!programming@programming.dev

Create post

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



Community stats

  • 1

    Monthly active users

  • 555

    Posts

  • 2.8K

    Comments