There must be a nit to pick *somewhere*...

> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Leo Simons
> 
>      public class Radar {
>          private int minRange;
>          private int maxRange;
> 
>          public Radar( int maxRange, int minRange )
>          {
>            // easy to do the ordering here :D
>            setMaxRange( maxRange );
>            setMinRange( minRange );

Boilerplate code. Nice when you have two parameters, ugly
when you have twenty.

/LS


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to