Assume or assert?

Oooh, thanks for that, I knew I remembered seeing that somewhere but I didn’t think to check the style guide section and assumed it must’ve been on some other site.

Why is the implementation not

_ = ok;
2 Likes

We rely on the law of excluded middle pretty heavily, so it’s a good idea to assert that it holds for good measure!

1 Like