Three JavaScript Anti-Patterns and How To Avoid Them
In programming, a pattern represents a best practice, while an anti-pattern represents a lesson that has been learned. The term anti-patterns was coined in 1995 by Andrew Koenig in the November C++ Report that year, inspired by the Gang of Four‘s book Design Patterns. In his report, Koenig describes anti-patterns as a bad solution to […]
READ MORE