An open API service indexing awesome lists of open source software.

https://github.com/nawodyaishan/text-editor-console

Text Editor Console application using Command Design Pattern with C#
https://github.com/nawodyaishan/text-editor-console

command-desing-pattern csharp dotnet text-editor

Last synced: 4 months ago
JSON representation

Text Editor Console application using Command Design Pattern with C#

Awesome Lists containing this project

README

        

# Text Editor Console
Text Editor Console application using Command Design Pattern with C#

![image](https://user-images.githubusercontent.com/50957846/177085712-4b29eb1e-038c-4636-bcca-aa4be6597b8c.png)

Command is a behavioral design pattern that turns a request into a stand-alone object that contains all information about the request. This transformation lets you pass requests as a method arguments, delay or queue a request’s execution, and support undoable operations.