| | 1 | == Wishlist |
| | 2 | |
| | 3 | === Features |
| | 4 | |
| | 5 | * All properties should be able to be turned on or off |
| | 6 | * Any function can be an entry point. Something like `-programEntry=<function ID>` |
| | 7 | * CIVL report coverage data |
| | 8 | * Which statements executed and the number of times they were. Perhaps color code the statements. |
| | 9 | * CIVL must be concurrent |
| | 10 | |
| | 11 | === Design |
| | 12 | |
| | 13 | * Everything goes in one repository |
| | 14 | |
| | 15 | === Process |
| | 16 | |
| | 17 | * No additions accepted to trunk until |
| | 18 | 1. at least unit tests with 100% statement coverage |
| | 19 | 2. the code has been read by at least two other developer |
| | 20 | * Perhaps use some kind of web tool that you can highlight code and leave comments on |
| | 21 | * Should be regular formal code reviews |
| | 22 | |
| | 23 | == Continue Doing |
| | 24 | |
| | 25 | * Code formatter |
| | 26 | * Automatic test and coverage analysis |
| | 27 | |