# ANY Overloading Considered Evil
18 min read
This is not just clickbait, I really do mean that ANY form overloading in programming should be considered evil.
This is not just clickbait, I really do mean that ANY form overloading in programming should be considered evil.
Recently, I've been TA-ing on an introduction to functional programming course, using Haskell. This is a very enlightening experience, as it once again proves the notion that the best way to learn…