From 5050b6fee309de0c99908f2d70b3ac5f1735d933 Mon Sep 17 00:00:00 2001 From: Ted Pavlic Date: Wed, 7 Jan 2009 09:07:00 -0500 Subject: [PATCH] HACKING comment about using 'new' --- HACKING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HACKING b/HACKING index 51951b27..bd3861c3 100644 --- a/HACKING +++ b/HACKING @@ -121,6 +121,8 @@ We try to be quite consistent, but of course, that's not always possible. I don't like unnecessary use of 'new', I don't like 'new'. --djk + There is semantic value to using "new." It's good CBSE. --Ted + == Testing/Optimization == TODO: Add some information here about testing/validation/etc.