Skip to content

Commit f1f6c79

Browse files
author
Bruce Eckel
committed
small
1 parent 64d564d commit f1f6c79

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Checklist.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
[ ] Appendix: Unit Testing
3131
[ ] Appendix: Improving Reliability with Assertions
3232
[ ] Appendix: Passing & Returning Objects
33-
[ ] Appendix: Logging
34-
[ ] Appendix: Debugging
3533
[X] Appendix: Network Programming
3634
[X] Appendix: Remote Methods
37-
[ ] Appendix: Profiling and Optimizing
35+
[ ] Appendix: Logging
36+
[X] Appendix: Debugging
37+
[X] Appendix: Profiling and Optimizing
3838
[ ] Appendix: The Benefits and Costs of Static Type Checking
3939
[ ] Appendix: The Positive Legacy of C++ and Java
4040
[ ] Appendix: On Being a Programmer

tools/Validate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
Run all (possible) java files and capture output and errors
44
"""
55
TODO = """
6-
- 1st and last 10 lines, with ... in between? {FirstAndLast: 10 Lines}
6+
- 1st and last 10 lines, with ... in between? {OutputFirstAndLast: 10 Lines}
7+
8+
- {NoOutput}
79
810
- format __newOutput() for line width using textwrap
911
"""

0 commit comments

Comments
 (0)