Ivandro Jao

Results 10 issues of Ivandro Jao

Add feature CTRL+ENTER just like in Visual Studio to add empty line on top of current line.

enhancement
upstream

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...

enhancement

## Beharioral Patterns - [ ] Chain of Responsibility - [x] Command - [ ] Interpreter - [ ] Iterator - [ ] Mediator - [x] Memento - [x] Observer...

Every class must be in a single file.

enhancement

Write optimized version of all patterns.

enhancement

Replace `Console.WriteLine` with `ITestOutputHelper ` https://xunit.net/docs/capturing-output

feature

⚠️ 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) - [...