111

Error logs...

Comments
  • 14
    Rust: *proceeds to have it both ways*
  • 16
    @beegC0de Rust fucks you at compile time until it is correct
  • 17
    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.
  • 3
    @RememberMe You're right. This is just for fun :D
  • 2
    @Mbithy You must be offended and a normie too. Just thinking out loud.
  • 2
    @Mbithy what is the basis of your judgement? Index out of bound can be as simple as miscalculate a single digit.

    normies.
  • 1
    @iskandergaba exactly
  • 1
    Python: *LITERALLY* right fucking here. Here's a traceback, here's anything that happened due to or that caused it...
  • 3
    @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.
Add Comment