Skip to content

Commit 7c2bcec

Browse files
committed
small bug fixes w/@dcoopersmith
1 parent d114014 commit 7c2bcec

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/main/java/org/teachingkidsprogramming/recipes/completed/section02methods/KataQuestions/CompleteFourSquare.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// Number each comment line at the end
77
// Verify - step one - Translate EACH comment line into code
88
// Verify - step two - Run your code after each line
9+
//
910
public class CompleteFourSquare
1011
{
1112
public static void main()

src/main/java/org/teachingkidsprogramming/recipes/completed/section02methods/KataQuestions/PyramidsOfGizaRemoveDuplication_01.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
//------------Kata Question---------------//
88
// Where do you see duplicate lines of code?
9-
// and how can you refactor to make this code more readable?
9+
// and how can you re-factor to make this code more readable?
1010
// Write out the steps in English
1111
// Then translate the steps into code
1212
// Make sure to run after each line

src/main/java/org/teachingkidsprogramming/recipes/completed/section02methods/KataQuestions/PyramidsOfGizaRemoveMoreDuplication_02.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
//------------Kata Question---------------//
88
// Where do you see duplicate lines of code?
9-
// and how can you refactor to make this code more readable?
9+
// and how can you re-factor to make this code more readable?
1010
// Write out the steps in English
1111
// Then translate the steps into code
1212
// Make sure to run after each line

0 commit comments

Comments
 (0)