What is an anti-pattern?

前端 未结 14 1126
日久生厌
日久生厌 2020-12-04 04:52

I am studying patterns and anti-patterns. I have a clear idea about patterns, but I don\'t get anti-patterns. Definitions from the web and Wikipedia confuse me a lot.

<
14条回答
  •  一整个雨季
    2020-12-04 05:29

    If you really wish to study AntiPatterns, get the book AntiPatterns (ISBN-13: 978-0471197133).

    In it, they define "An AntiPattern is a literary form that describes a commonly occurring solution to a problem that generates decidedly negative consequences."

    So, if it's a bad programming practice but not a common one—limited to one application, one company or one programmer, it does not meet the "Pattern" part of the AntiPattern definition.

提交回复
热议问题