diff --git a/Jose De Jesus interview.md b/Jose De Jesus interview.md index 3e18975..1474db4 100644 --- a/Jose De Jesus interview.md +++ b/Jose De Jesus interview.md @@ -28,6 +28,7 @@ Other comments: Questions to ask: - [ ] What could you do to take your game logic and render it any way you wanted to (console, HTML, graphical...) + Could do a virtual method on `Board` to allow clients to override it to render the board - [ ] Why did you choose to have Program.cs "own" the rendering of the board instead of Board? - [ ] Could you have Board "own" the rendering without it knowing exactly what it's renderings (strings, icons, HTML elements, etc)? - [ ] Explain yoru choice to use `Convert.Int32`?