Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
此示例说明的反模式的名称是什么?
if (something()) { return true; } else { return false; }
这是一个 DRY 违规,但我已经看过这个特定的,所以我想知道它是否有名字。