[History] An editor letter by Edsger Dijkstra, titled: "go to statements considered harmful" (march 1968).
Deebster @ Deebster @programming.dev Posts 57Comments 963Joined 2 yr. ago
Deebster @ Deebster @programming.dev
Posts
57
Comments
963
Joined
2 yr. ago
I wasn't saying that unit tests replaces readability, I was saying that back in the 60s they'd reason and debug using their brains (and maybe pen and paper), with more use of things like formal proofs for correctness. Now that we write more complicated programs in more powerful environments, it's rare to do this (we'd use breakpoints, unit tests, fuzzing, etc).