6 ms·
Not saying that there isn't room for improvement but I wouldn't call the Python error messages "cryptic". C++, on the other hand...
by kirillbobyrev 4y ago
Not saying that there isn't room for improvement but I wouldn't call the Python error messages "cryptic". C++, on the other hand...
- gpderetta 4y agoI program in both C++ and Python every day and I'm fluent in both. I would prefer 10000 lines template instantiation backtraces every time to the average python error message. Clang and GCC error messages have come a loooong way in the last 10 years or so and their quality is impressive. To be fair, I'm currently stuck at python 3.6 ATM and I hear that python has also improved a lot since.