chess-low-level-system-design icon indicating copy to clipboard operation
chess-low-level-system-design copied to clipboard

Repository contatining the low level system design of Chess.

Results 2 chess-low-level-system-design issues
Sort by recently updated
recently updated
newest added

Instead of explicitly mentioning/creating ImmutableList every time in Test Helpers while creating Piece. This should be the logic of Piece that is it should copy the passed PieceMove Provider and...

The design is pretty good but the design is pretty complex to be used in design interviews. How much time did you take to design this system. Also do you...