AntiPatterns

{{about|a book|the software engineering concept that is the subject of the book|anti-pattern}}

{{Infobox book

| name = AntiPatterns:
Refactoring Software, Architectures, and Projects in Crisis

| image = William J. Brown - AntiPatterns Refactoring Software, Architectures, and Projects in Crisis.jpeg

| author = The "Upstart Gang of Four":
William Brown,
Raphael Malveau,
Skip McCormick,
Tom Mowbray

| illustrator =

| cover_artist =

| country = United States

| subject = Design patterns, software engineering, anti-patterns

| genre =

| publisher = John Wiley & Sons, Ltd.

| pub_date = 1998

| media_type =

| pages =

| isbn = 978-0-471-19713-3

| oclc =

| dewey =

| congress =

}}

AntiPatterns: Refactoring Software, Architectures, and Projects in Crisis{{cite book |last=Brown |first=William J. |first2=Raphael C. |last2=Malveau |first3=Hays W. "Skip" |last3=McCormick |first4=Thomas J. |last4=Mowbray |editor-first=Theresa |editor-last=Hudson |title=AntiPatterns: Refactoring Software, Architectures, and Projects in Crisis |publisher=John Wiley & Sons, ltd |year=1998 |isbn=978-0-471-19713-3 |url-access=registration |url=https://archive.org/details/antipatternsrefa0000unse }} is a book about anti-patterns: specific repeated practices in software architecture, software design and software project management that initially appear to be beneficial, but ultimately result in bad consequences that outweigh hoped-for advantages. This study covers several recurring problematic software-related patterns, the forces that inspire their repeated adoption, and proven-in-practice remedial actions, called refactored solutions. The authors are William Brown, Raphael Malveau, Skip McCormick, and Tom Mowbray; with Scott Thomas joining in on second and third books. Four of the five authors worked together at Mitre Corporation in the late 1990s.

Sometimes referred to as an "Upstart Gang-Of-Four" the authors were frequently (and often unfavorably) compared to the original Design Patterns by Gang of Four. This began with a favorable review and 1998 runner-up Jolt Productivity Award given by Software Development magazine.{{cite web|url=http://www.ddj.com/joltawards/prev_bks.htm |title=Previous Winners: Books |work=Dr. Dobb's Journal |access-date=2008-04-06 |url-status=dead |archive-url=https://web.archive.org/web/20080706200430/http://www.ddj.com/joltawards/prev_bks.htm |archive-date=2008-07-06 }}{{cite web |url=http://www.ddj.com/architect/184415703 |title=9th Annual Jolt and Productivity Awards |author=Alan Zeichick |work=Dr. Dobb's Journal |access-date=2008-04-06| archive-url= https://web.archive.org/web/20080323233344/http://www.ddj.com/architect/184415703| archive-date= 23 March 2008 | url-status= live}} The controversy around this book, and the concept of an anti-pattern has been said to stem from a somewhat common misunderstanding that the authors were somehow opposed to design patterns. However the authors explained within the book itself that they are big fans of design patterns; their objective was to build on the concept by providing constructive means for dealing with the frequent "patterns of failure" they had professionally dealt with.

Reviews

  • {{cite journal |title=AntiPatterns |author=J. Moore |date=1999-02-01 |publisher=Association for Computing Machinery |journal=ACM Computing Reviews }}
  • Reviewed in C/C++ Users Journal July 1998 v16 n7 p63(2) by Marc Briand [http://www.ddj.com/cpp/184403518 July 1998/AntiPatterns - Refactoring Software, Architectures, and Projects in Crisis]

References

{{reflist}}