Ivandro Jao
Ivandro Jao
Add feature CTRL+ENTER just like in Visual Studio to add empty line on top of current line.
Add Shorcuts CTRL+ENTER to add new line above current line just like in Visual Studio
### Description fix typo , anargram => anagram
I think we gonna need to find a nice naming convention for repositories, something like: `...-{en-Us}-{javascript}` since there are going to be difference languages for all the repository. Ps: For...
## Beharioral Patterns - [ ] Chain of Responsibility - [x] Command - [ ] Interpreter - [ ] Iterator - [ ] Mediator - [x] Memento - [x] Observer...
Replace `Console.WriteLine` with `ITestOutputHelper ` https://xunit.net/docs/capturing-output
⚠️ Work in progress ⚠️ ## Criational - [x] [ Simple Factory](https://github.com/design-patterns-for-humans/en-US-python#-simple-factory) - [x] [Factory Method](https://github.com/design-patterns-for-humans/en-US-python#-factory-method) - [x] [Abstract Factory](https://github.com/design-patterns-for-humans/en-US-python#-abstract-factory) - [ ] [Builder](https://github.com/design-patterns-for-humans/en-US-python#-builder) - [ ] [Prototype](https://github.com/design-patterns-for-humans/en-US-python#-prototype) - [...