Igor Safonov
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Igor Safonov created a post, AnsweredCode style in PyCharm for python (wrapping/chopping long lines)
I like using annotations and my code often exceeds 79 characters when there are 3+ parameters in a function. So I find it way more readable to chop such parameters instead of wrapping (foo_chopped...