We're a place where coders share, stay up-to-date and grow their careers.
Great ideas but I wouldn't replace i with accountIndex. That doesn't add much value - it's a common convention to use i as a loop counter.
i
accountIndex
Also I think this is a good rule of thumb: twitter.com/unclebobmartin/status/...
The length of a variable name should be proportional to its scope.
Great ideas but I wouldn't replace
i
withaccountIndex
. That doesn't add much value - it's a common convention to usei
as a loop counter.Also I think this is a good rule of thumb:
twitter.com/unclebobmartin/status/...