Closed jamesturk closed 1 year ago
I think this could be a valuable addition; were you thinking it would go in the style guide?
Yes I think that'd make sense, I'll write up a draft when I get a chance.
On Sat, Oct 15, 2022, at 5:26 PM, Borja Sotomayor wrote:
I think this could be a valuable addition; were you thinking it would go in the style guide?
— Reply to this email directly, view it on GitHub https://github.com/uchicago-cs/student-resource-guide/issues/18#issuecomment-1279843368, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAB6YRBJU22HWUR3EDHHPLWDMVR7ANCNFSM6AAAAAARFV67IM. You are receiving this because you authored the thread.Message ID: @.***>
In recent years, many if not most open source projects & organizations have adopted tools like
flake8
,pylint
,black
, andisort
to detect & prevent style issues. (black
is officially a Python Software Foundation project now, driving a lot more adoption as of late.)If there's interest, I'd be glad to write a section on these tools.