Ask HN: What is the recommended style for python function defs w many args? Specifically, do you use multiple lines, and if so, are there any indentation best practices? Or do you always use a single line function definition? |
Ask HN: What is the recommended style for python function defs w many args? Specifically, do you use multiple lines, and if so, are there any indentation best practices? Or do you always use a single line function definition? |