On Sun, 15 Jul 2007 23:48:54 -0500
Andy Lester <[EMAIL PROTECTED]> wrote:

> I want to document all the PARROT_XXX macros that I've been creating  
> and applying, but I'm not sure where they'd be best.  I don't think  
> pdd07_codingstd.pod is right, because it's not coding standards  
> exactly.  I want to talk about defensive programming, and why these  
> macros are good, and consting is good, and all the seat belts I'm  
> trying to put in place.  I'm thinking a new doc is in order.

There's two similar subjects here.  One is, all of the features you're
adding to save us from our stupid coding mistakes, how they work, why
they work, that kind of thing.  The second is, how to use those features
when writing code.

The latter should definitely go in PDD07.  But I think you're right,
the former doesn't really fit there.  Though it could certainly be
referenced from there.

My two cents,

Mark

Reply via email to