small
This commit is contained in:
parent
64d564d4d6
commit
f1f6c79e2e
@ -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
|
||||
|
@ -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
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user