Marco Salles

Results 3 issues of Marco Salles

The [setter for `Apartment::squareFootage`](https://github.com/mikeknep/SOLID/blob/master/liskov_substitution/bad/src/Apartment.java#L8) is never used, although implemented in every subclass. Except in tests.

I've noticed when [you create the board](https://github.com/mikeknep/SOLID/blob/master/single_responsibility/good/src/Board.java#L16) you make it 3 x N, being N passed as a parameter on the constructor. But when the presenter will [present the board](https://github.com/mikeknep/SOLID/blob/master/single_responsibility/good/src/BoardPresenter.java#L13),...

The issue here is the `react-drawing-board` package is overriding certain css styles on my project and I do not think this was an intended behavior. ### Detailed descritption I installed...