PEP 0008:BDFL 'in true XP style' 是什么意思?

PEP 0008: What does the BDFL mean by 'in true XP style'?

我正在阅读 PEP 0008 (the python style guide),发现以下原因 遵循风格指南中的任何规则。

上面说可以破坏规则

be consistent with surrounding code that also breaks it (maybe for historic reasons) -- although this is also an opportunity to clean up someone else's mess (in true XP style).

'in true XP style' 是什么意思?

评论中提到,这里的XP是指Extreme Programming。我觉得评论"an opportunity to clean up someone else's mess (in true XP style)"可能是一半tongue-in-cheek。虽然重构和设计改进是 XP 的核心实践,但许多批评家认为,这通常会导致需要多次重写相同的代码。