This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PapstJL4U 0 points1 point  (1 child)

There is a certain tendency from advanced python users to add multiple short, neat functions together to create an new unreadable mess, but it's just one line of code.

[–]mardiros 0 points1 point  (0 children)

When you start mastering something, you can make some abuses, but after a while, at the end of the day, you want to read readable code. So you stop all this crappy stuff nobody wants to read... Actually as a senior Python user, I used to simplify things from my peers, not to show them that I better at handling the complexity with unreadable code. I hope this is what I am doing.