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
-
mr-user13525y@Romulus10
when you need to use "j" , there may be a better way.Have you try refactoring the "j" loop logic into another function/method? -
Have you considered using different variable names that are not as easily misread/mistyped?
-
@kescherRant
@highlight
for(int i=0;i<lengthOne;i++)
for(int theInnerIndex=0; theInnerIndex<lengthTwo; theInnerIndex++)
Related Rants
-
gameshark24!rant I managed to do a chunk of programming in class today without my partner to hold my hand through it. It...
-
Condor5TL;DR: check polarity before plugging your DIY circuits into others!!! *goes off to watch some Lucky Star and...
-
Codazed5I was pulling my hair out trying to figure out why IntelliJ was asking me if I wanted to add some files to git...
When you're doing bounds checking on an array and type "i" instead of "j", so it refers to completely the wrong index >>>>>
rant
i'm an idiot