I personally like my variables explicitly typed and my pointers explicitly declared. Python’s inference of variable types lowers readability significantly when working between developers and it kind of defeats the point of using it when people have to comment what var holds what type when working within a team.

Py is great for solo projects, but I really wish management would keep Py relegated to quick scripting and stop asking me to write Py databases with 2-3 other developers instead of Java or C++

submitted by /u/juvenile_josh
[link] [comments]