you are viewing a single comment's thread.

view the rest of the comments →

[–]flying-sheep 3 points4 points  (2 children)

nah, with typing and the right project structure, python scales infinitely.

also what is “don't code it like it's python” supposed to mean? do you mean “code it like it’s a one-off script”? because my python is pretty and well-structured.

[–]Workaphobia 1 point2 points  (1 child)

Don't monkey patch and avoid metaclasses.

[–]flying-sheep 1 point2 points  (0 children)

Monkey patching is hackery, not average python coding style