There are 3 ways to access string character by index:
string[index]
string.charAt(index)
string.at(index)
I'm guessing one of those ways must be better than the others.
I propose to discuss and decide which one is better.
Maybe we could then create a new rule, or enhance the prefer-at
rule (if we decide that string.at(index)
is the best way).
TBD
TBD
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too