Kaio Silveira

Results 12 issues of Kaio Silveira

Search for typos and grammar errors using the Grammarly extension for VSCode.

documentation

Currently, the solution file for the working example of the Decorator Pattern is called "DecoratorPattern". It should be called StarbuzzCoffee to reflect the domain of the example and the current...

enhancement

Currently, the solution file for the working example of the Strategy Pattern is called "StrategyPattern". It should be called `TextFormatter` to reflect the domain of the example and the current...

enhancement

Currently, the solution file for the working example of the Prototype Pattern is called "PrototypePattern". It should be called `CopyAndPaste` to reflect the domain of the example and the current...

enhancement

Currently, the solution file for the working example of the Observer Pattern is called "ObserverPattern". It should be called `WeatherStation` to reflect the domain of the example and the current...

enhancement

Talk about Xunit, Moq, CI setup, etc.

documentation

This method is currently only implemented at the `TestingGumballMachine` for test purposes as I was worried about allowing clients to change the state of the machine if they decided to...

enhancement