[OGo-Developer] stuffing an NSArray into a NSMutableDictionary

Helge Hess developer@opengroupware.org
Tue, 17 Apr 2007 14:32:43 +0200


On Apr 17, 2007, at 14:26, Adam Tauno Williams wrote:
> while ((o = [enumerator nextObject]) != nil)

The != nil is not necessary but considered good style. In C  
everything != 0 is true and nil is just a regular NULL ptr casted to id.

Greets,
   Helge
-- 
Helge Hess
http://www.helgehess.eu/