Python gets a "Developer-in-Residence"
Python gets a "Developer-in-Residence"
Posted Jul 31, 2021 13:42 UTC (Sat) by mathstuf (subscriber, #69389)In reply to: Python gets a "Developer-in-Residence" by rsidd
Parent article: Python gets a "Developer-in-Residence"
> I don't see how that can happen with any format tool, actually.
The usual culprits in my experience include (in a rough order):
- line length breaking heuristics
- updates to the language (e.g., C++03 → C++11 made lots of "> >" → ">>" diff noise)
- more insight into comments (reflowing paragraphs or such) or macros