|
|
|
|
|
by masklinn
4499 days ago
|
|
> Really? Yes, really. > Woops. 2 characters over. Do we really need a line break there? You do what you want. > I don't think 'you can just refactor that to be shorter' is really a solution in all circumstances. You don't think the solution I didn't advocate as a cure-all in the first place is a cure-all? Am I supposed to be surprised at this finding? |
|
Anyway, that example is straight from the sqlalchemy examples, which is arguably (other than the extremely wordy Zope) most commonly used python orm around.
Wordy database interaction is really common point this sort of thing, and it's hard to refactor/rewrite your way out of it; that's the only real point I'm making.
I personally think strict adherence to line length limits reduces code quality; you've got to use common sense for it.