Comment by devnullbrain
1 month 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.
No comments yet
Contribute on Hacker News ↗