Hacker News new | ask | show | jobs
by usrn 1491 days ago
This probably really depends on who you're working with. I think Go is a lot better at forcing people to behave than Python is.
1 comments

Forcing people to behave is the opposite of Python's approach, afterall, [we are all consenting adults here](https://mail.python.org/pipermail/tutor/2003-October/025932....)
While this is something I very much appreciate about Python I think it's also true that structure needs to increase with the size of your codebase and the size of your team to avoid being driven mad. Python takes the "just apply discipline" approach which can absolutely work for lots of code but falls apart a bit with large heterogeneous teams.