This commit is contained in:
Bruce Eckel 2015-06-03 00:07:41 -07:00
parent 64d564d4d6
commit f1f6c79e2e
2 changed files with 6 additions and 4 deletions

View File

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

View File

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