1
atheist
24d

Write C++ like it's Python, write Python like it's C++.

C++ everyone else has to use types so you can get away with auto and the compiler will tell you when you've done something wrong. Python, nobody else has to use types so type everything and let the static checker tell them when they've done something wrong so they don't pester you.

Comments
Add Comment