|
|
|
|
|
by eckyptang
5002 days ago
|
|
It is also true when testing is included and pylint are used, which is the issue. I can write a 500 line C# program and it works reliably first time with no crashes, type inference errors or framework exceptions thrown. The only errors will be algorithmic or functional (i.e. based on requirements). The same is not true with python. I have the same experience with both. Go figure. |
|
What's it like after that testing? How's the long term maintainability? I'm much more interested in possible problems - and it could go either way - in the long term than before I've finished writing it.