|
|
|
|
|
by jimbokun
331 days ago
|
|
> It's much harder to prove stuff this way when you call foo(), bar() and baz() across unit boundaries, when they modify global state and are written by different developers. I think this reinforces the article's point. Code like this is much more likely to contain bugs and be harder to maintain without introducing more bugs, than programs written from the outset with this goal of "provability". |
|