From e9c9741d1f71b6444394b1c4413429e172c8f711 Mon Sep 17 00:00:00 2001 From: mokha Date: Mon, 13 May 2019 20:05:43 -0600 Subject: update program profile --- src/Q10/README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Q10/README.md b/src/Q10/README.md index dcaf1fe..32e51e0 100644 --- a/src/Q10/README.md +++ b/src/Q10/README.md @@ -77,7 +77,13 @@ public class TaxReturn { 2. Description of the Code: -[Briefly describe how you solved the problem in your code. You should include short description of classes, methods, and variables (if necessary) that you used in your code.] +I started by adding tests for the existing code. By adding test coverage +for the existing code, this makes it possible to add new features +without breaking old features. + +I chose to decrease the taxable income in the constructor if the person +is single. + 3. Errors and Warnings: @@ -86,8 +92,7 @@ Table 1: List of Errors and Warnings Encountered in the Program 4. Sample Input and Output: -[Provide some test cases with sample input and output of your program.] -5. Discussion: +Test cases are defined in `TaxReturnTest.java`. -[In this section, you may include some discussion about the debugging strategy that you used, e.g., searched the Web for a solution, contacted tutor, solved by self, used a debugging tool, posted in forum, talked to a friend, etc.] +5. Discussion: -- cgit v1.2.3