|
|
|
|
|
by kccqzy
1106 days ago
|
|
So? I tested my Python app on a list with ten elements and it works fine. But in production I unexpectedly received a list with a million elements! It crashes! Or more likely, it repeatedly receives a short list but still runs out of memory due to a memory leak I hadn't considered. Python doesn't prevent a bad software engineer from writing bad code. Try to sell that. |
|
How do I know this? Because our big Haskell app died this way on live customer data and became a fiasco for my employer. We dumped Haskell and never looked back.