Remix.run Logo
wubrr 4 days ago

For any 'non trivial' program there exists an infinite number of ways your program can be wrong but you still believe it's right.

Testing is not a perfect solution to catch all bugs. It's a relatively easy, efficient and reliable way to catch many common bugs though.

sarchertech 2 days ago | parent [-]

Sure but it's not a reliable replacement for understanding what the program you wrote is doing either.