diff --git a/Checklist.txt b/Checklist.txt index 421ca9ec..e5b961cc 100644 --- a/Checklist.txt +++ b/Checklist.txt @@ -30,11 +30,11 @@ [ ] Appendix: Unit Testing [ ] Appendix: Improving Reliability with Assertions [ ] Appendix: Passing & Returning Objects -[ ] Appendix: Logging -[ ] Appendix: Debugging [X] Appendix: Network Programming [X] Appendix: Remote Methods -[ ] Appendix: Profiling and Optimizing +[ ] Appendix: Logging +[X] Appendix: Debugging +[X] Appendix: Profiling and Optimizing [ ] Appendix: The Benefits and Costs of Static Type Checking [ ] Appendix: The Positive Legacy of C++ and Java [ ] Appendix: On Being a Programmer diff --git a/tools/Validate.py b/tools/Validate.py index 02845118..64357c5d 100644 --- a/tools/Validate.py +++ b/tools/Validate.py @@ -3,7 +3,9 @@ Run all (possible) java files and capture output and errors """ TODO = """ -- 1st and last 10 lines, with ... in between? {FirstAndLast: 10 Lines} +- 1st and last 10 lines, with ... in between? {OutputFirstAndLast: 10 Lines} + +- {NoOutput} - format __newOutput() for line width using textwrap """