Open
Description
For example
Also enforce this with an eslint rule. e.g. https://eslint.org/docs/latest/rules/id-length https://eslint.org/docs/latest/rules/id-denylist
Single letter identifiers are desired in some cases (t
for translations, and i
, j
, k
for loop variables). So let's keep the scope of this issue down to specific identifiers only and not enforce it by length. Some other ids I can think of are:
err
=>error
res
=>response
, or did you meanresult
, orresolve
?- ?