I like the 80 character width limit and I like having structure. I tend to measure my resolution by how many python files I can open next to each other in vim.
But when methods take a lot of arguments I just use key word arguments. I know this is bad because it's less visible but as long as you document all the arguments I don't see the issue.
It looks good, it fits the code style which eases readability. It's pythonic.
But when methods take a lot of arguments I just use key word arguments. I know this is bad because it's less visible but as long as you document all the arguments I don't see the issue.
It looks good, it fits the code style which eases readability. It's pythonic.