Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
elazar10308yReally smart people understand that counting and indexing are actually different concepts.
-
@elazar I guess the reason why I said arrays and counters was because you use a counter to iterate through an array. More specifically a for loop and use that counter as a means to maintain reference to your index in that array.
-
Hopefound48yFrustrated people are forced to count 0-10. Proprietary database SQL substitutes are the best.
-
@thedev haven't worked with legends in Objective-C. We use and int inside of a for loop.
Normal people count from 1 to 10. Smart people count from 0 to 9.
undefined
#arrays #counter