Viewing profile — revfried
revfried
HN member- Joined
- Wed, Feb 08, 2017, 9:33 PM UTC
- HN karma
- 9
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About revfried
[ my public key: https://keybase.io/revfried; my proof: https://keybase.io/revfried/sigs/84XasU7qlKPoEexAiRzU4xSypdcych1YVqSRSMkq18c ]
Recent public activity
-
comment
Comment #17155512
A little bit of a catch 22 you think? C++ has clangfmt. Black has a good momentum right now it very well might be the clear winner in a few months
-
comment
Comment #17155434
using black is the no cognitive load in my book.
-
comment
Comment #17155379
Science. 88 produced smaller files than 80. And 90 and above didn’t noticeably shorten files. Like Raymond Hettinger said in his talk beyond pep8, 90ish is better than a strict 80.…
-
comment
Comment #17155292
I find as I write code I no longer worry about alignment or long lines. When I have vim paste a section of code and its at a different indentation I just run black.
-
comment
Comment #17155209
yapf is not consistent, you can rerun it on source and it will reformat it multiple times. The rules for how it formats are also hard to understand