Hacker News new | ask | show | jobs
by devnullbrain 135 days ago
This is how you end up with O(n^2) algorithms that 'work' until you run it with production-size data.

If the context your code runs in is small enough to be in a test, you're probably not working on anything serious anyway.