Broken window theorem
From criminology: If a broken window in an otherwise neat house is not repaired soon, it will deteriorate quickly.
Broken windows can appear everywhere and should not be ignored.
def add(x, y):
return x + y
def subtract(x, y):
return add(x, -y)
If you see a broken window, fix it.