|
|
|
|
|
by glynjackson
4158 days ago
|
|
I know I will get some backlash for saying this, but there is a lot to be said for a good IDE. - PyCharm (a Python IDE) would detect the example given. The word "elephant" would be grey (parameter not used) and the live Python interpreter would underline "elephnt" (Unknown reference) upon pressing return. He does state "by default" this would not be detected, which is true. Yes, the compiler isn't always on your back, but Jenkins is ;) What the title should say is "Why might a C++ programmer find Python tedious"- Answer, because he/she has to write tests. |
|