Skip to content

Nixfo/kata-design-pattern-memento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Java Design Pattern Memento Kata

Problem

A Canvas contains a name and Shapes that can be drawn inside the canvas. Implements the pattern Memento to save and restore the canvas to a previous state.

Solve the tests under the package test using the Memento pattern.

Solution

Solution is under the package solution. Classes under this package are prefixed with the symbol ɵ to disable IDE autocompletion.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages