Ever since adopting opinionated code formatters like Go's fmt, or Python's black, I haven't spent much time thinking about formatting and I haven't missed anything. It turns out that was completely wasted time that added nothing. I cringe thinking about time spent in code reviews talking about code formatting. What other things do we do in programming that seem important, but with the right tool, disappears?
Organizing code into files and deep folder hierarchies comes to mind. Git.
#programming
@thezerobit rcs?