1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 08:25:46 +01:00

Added lines to HACKING and vimp/TODO requesting testing/optimization info.

This commit is contained in:
Ted Pavlic
2009-01-04 22:02:26 -05:00
parent b644259f83
commit 166d60abd0
2 changed files with 9 additions and 0 deletions

View File

@@ -30,3 +30,11 @@ We try to be quite consistent, but of course, that's not always possible.
Wrong: if (HACK) /* TODO: remove hack */
* Use UNIX new lines (\n), not windows (\r\n) or old Mac ones (\r)
== TESTING/OPTIMIZATION ==
TODO: Add some information here about testing/validation/etc.
Information about how/when to use :regressions might be nice.
Additionally, maybe there should be some benchmark information here --
something to let a developer know what's "too" slow...? Or general
guidelines about optimization?