How to name variables

前端 未结 24 1251
抹茶落季
抹茶落季 2020-12-01 00:37
  • What rules do you use to name your variables?
  • Where are single letter vars allowed?
  • How much info do you put in the name?
  • How about for exam
24条回答
  •  無奈伤痛
    2020-12-01 01:09

    Pretty much every modern language that had wide use has its own coding standards. These are a great starting point. If all else fails, just use whatever is recommended. There are exceptions of course, but these are general guidelines. If your team prefers certain variations, as long as you agree with them, then that's fine as well.

    But at the end of the day it's not necessarily what standards you use, but the fact that you have them in the first place and that they are adhered to.

提交回复
热议问题