Skip to content

Commit 1711a44

Browse files
committed
daily refactoring
1 parent 967948a commit 1711a44

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
0 Bytes
Binary file not shown.

TeachingKidsProgramming/src/org/teachingkidsprogramming/section09final/RectangleKata.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ public static void main(String[] args)
88
// Write the steps to code your rectangle out in English
99
// Translate from English to Java one line at a time
1010
// Run your code after each line of Java to make sure it works as expected
11+
// XTRA CREDIT: After your code is working, re-factor to remove duplication
1112
}
1213
}

TeachingKidsProgramming/src/org/teachingkidsprogramming/section09final/WheelKata.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ public class WheelKata
66
// Write the steps to code your wheel out in English
77
// Translate from English to Java one line at a time
88
// Run your code after each line of Java to make sure it works as expected
9+
// XTRA CREDIT: After your code is working, re-factor to remove duplication
910
}

0 commit comments

Comments
 (0)