Live data from Hacker News

Linting 400kLOC of Python Code with Black

medium.com

1–2 of 2 posts

Re: Linting 400kLOC of Python Code with Black

#2
Using black has improved my level of concentration while writing Python.

No longer do I need to worry about a line getting a bit too long, or if I have the right number of blank lines between definitions, or did I format my dictionary initializations consistently. Instead, I let black take care of everything.

Black reduces the constant cognitive load of formatting while programming. Now I just program...