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
-
Fun fact: C++ can also do bounds-checking. And common STL data structures are pretty safe if you use them the way they're meant to be used.
Comparing a raw C array to the huge Java equivalent is kinda pointless. -
wowotek58276y@Mbithy what is the basis of your judgement? Index out of bound can be as simple as miscalculate a single digit.
normies. -
Parzi88336yPython: *LITERALLY* right fucking here. Here's a traceback, here's anything that happened due to or that caused it...
-
@Mbithy That's a very common error for professionals too. IndexOutOfBounds doesn't mean you were fucking stupid and tried to take the 5th element of a 3 long array. It could mean your incredibly complex algorithm spat out a number too large and it indexed an array incorrectly.
Error logs...
joke/meme