Skip to content

lemmit/DesignPatternsUsingImmutableClasses

Repository files navigation

Design Patterns Using Immutable Classes

Ever wondered how design patterns would look like if we use only immutable data structures/classes?

Consider code from this repository as experimental.

There is also a convention test that checks if type is mutable structure or not.
Test your objects if they are really immutable!

P.S. Unit tests are very incomplete... I have no excuse for this...

About

Ever wondered how design patterns would look like if we use only immutable data structures/classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages