ANY Overloading Considered Evil
This is not just clickbait, I really do mean that ANY form overloading in programming should be considered evil. By "overloading" I shall refer to any instance of using one name to refer to multiple different things1. A common example would be operat...
Jul 1, 202417 min read519

