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
@@ -26,4 +26,8 @@ The engine tests have been converted. Notice that they still take advantage of
26
26
27
27
Engine is the last class which was using the internal representation of the LifeBoard. Now it's converted to use only the defined interfaces.
28
28
29
-
By passing the LifeBoard to the constructor of the engine, I'm also removing the dependency on the static implementation of the board's storage. I verified that by removing the static storage class in LifeBoard.
29
+
By passing the LifeBoard to the constructor of the engine, I'm also removing the dependency on the static implementation of the board's storage. I verified that by removing the static storage class in LifeBoard.
30
+
31
+
## Hide The Board's Implementation
32
+
33
+
I can now hide the implementation of the board and all tests still pass. This opens the way to change the actual implementation.
0 commit comments