classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

assert usage


From: Robert Schuster
Subject: assert usage
Date: Thu, 08 Sep 2005 14:11:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.11) Gecko/20050830

Hi,
Roman started using the assert statement.

Do we finally support this officially?

Can we work out some recommendation when to use

assert ( expr ); OR

assert ( expr ) : "what to say here?"; OR

if ( precondition ) throw new WhatException()

to have consistent code?

cu
Robert




reply via email to

[Prev in Thread] Current Thread [Next in Thread]