1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-07 11:45:45 +01:00

HACKING comment about using 'new'

This commit is contained in:
Ted Pavlic
2009-01-07 09:07:00 -05:00
parent b900132133
commit 5050b6fee3

View File

@@ -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.