Hacker News new | ask | show | jobs
by bluGill 644 days ago
You could but why when we already know at build time that the function is deleted or deprecated and better yet know exactly where.

runtime errors when in a rare path are often never tested until a customer hits that rare case. this is on of the reasons I won't use python for a larga project, eventually you will have critical errors in production because not only didn't you test the code but you didn't even get the minimun proof that it works that a compiler provides.

1 comments

> not only didn't you test the code

That's why I won't use C++ programmers in a large project