On Thu, May 28, 2015 at 11:44 AM, Chris Westin <[email protected]> wrote:
> I'm beginning to think we should go the Google route and not allow Java > assert anywhere, instead always throwing real exceptions (possibly > indirectly by using the Preconditions package). But I'm not quite ready to > go there yet. For now I'll stick to asking that we not use Java assert in > tests and test support code. > The one use of assert that I still find interesting is to signal IDE's that a particularly invariant is known to be true. This is a weak argument, however.
