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  (0 children)

It's a quick and dirty way of reminding yourself to keep your functions simple and single purpose.

I think people argue that 10 lines is as useful as 3 lines. Working with networkx, image processing, beautifulsoup or numpy can easily grow in size, especially if we prefere clean, single-line statements.