Content
@
0 reply
0 recast
2 reactions
Connor McCormick ☀️
@nor
Long descriptive variable names or short concise names?
12 replies
1 recast
8 reactions
Jeff Feiwell
@hyper
Your naming system for variables should be according to this best practice: Go through the alphabet, so let a, const b, etc. until you get to the end, then continue with adding a number, so a1, b1, etc until infinity This way you never run out
1 reply
0 recast
4 reactions
Connor McCormick ☀️
@nor
this is what I do. same with when I make apis. you create a database with X.I and you drop it with X.l (lowercase L in this case, not uppercase i to create, don't confuse them)
0 reply
0 recast
0 reaction