Anti Pattern
Design Pattern
1 min readFeb 11, 2019
Overview
Anti-patterns are certain patterns in software development that are considered bad programming practices.
As opposed to design patterns which are general, reusable solutions to a commonly occurring problems which have been formalized and are generally considered a good development practice, anti-patterns are the opposite and are undesirable.