You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,8 @@ In the Initial State I have the implementation of the LifeBoard exposed and refe
8
8
9
9
## Defined Interface
10
10
11
-
The first step is defining an interface which encapsulates the actions I am interested in.
11
+
The first step is defining an interface which encapsulates the actions I am interested in.
12
+
13
+
## Implement Interface
14
+
15
+
Next I implement the interface, without changing the classes which access the board object. All my tests are still green and I could push to master without breaking things.
0 commit comments