print(ERROR)
-

Background: In programming, there is the notion of “code smell”—a subtle indication that something is terribly wrong in a piece of source code, but without any (obvious) actual mistake. For example, if you saw the following: print(“E”); print(“RR”); print(“OR”); print(“!”); instead of print(“ERROR!”); that would be a good indication that something extremely bizarre was going…
