On Thu, 21 Jun 2001 23:22, Berin Loritsch wrote:
> I beleive we need to go through our Coding Standards document,
> purge some items (since they do not apply to modern JVMs) and
> incorporate ideas from this list of documents:
>
> Twelve rules for developing more secure Java code
> -------------------------------------------------
> http://www.javaworld.com/javaworld/jw-12-1998/jw-12-securityrules_p.html

Ouch I never knew about Rule 5 - Inner classes are evil. Rule 4 no longer 
applies because we could choose to seal packages if we wanted to.

> Design for performance, Parts 1 - 3
> -----------------------------------
> http://www.javaworld.com/javaworld/jw-01-2001/jw-0112-performance_p.html
> http://www.javaworld.com/javaworld/jw-02-2001/jw-0223-performance_p.html
> http://www.javaworld.com/javaworld/jw-03-2001/jw-0323-performance_p.html

The only modification I would make is that with Sun hotspot VM creation of 
small localized short lived objects is not much of a speed. 

Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*

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

Reply via email to