What I Learned from Black, Python’s “Uncompromising” Code Formatter
Black is a code formatting tool that I have been testing out recently to see what the hype is about. It is the defacto “uncompromising code formatter in Python”. I normally do not use any code formatters since I’m not required to use them. This short post aims to convince you that Black is an […]