Skip to content

NausJessy/DocumentKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocumentKit

DocumentKit is a proof of concept demonstrating the Command Pattern. It is divided into two parts:

  • CommandKit containing the definition of a Command and a CommandManager capable of executing, undoing and redoing Commands.
  • DocumentKit containing a Document class representing the content of document, with two concret implementations of the Command interface, i.e. DeleteText and InsertText.

About

A proof of concept of the Command Pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages