Skip to content

omendezmorales/DesignPatternReloaded

 
 

Repository files navigation

Design Patterns Reloaded

The idea of this implementation comes from a very interesting talk by Remi Forax which he has given at ParisJUG in June 2015 and at Devoxx in November 2015. See also the corresponding slides or the complete Devoxx session on YouTube.

I couldn't resist to work with the examples myself. But because there is already the original implementation in Java 8 and a port in Scala I started another experiment to port all the examples to .NET (C#). Although I have ported almost all the examples, not all of them are equally reasonable and elegant in .NET as the original Java versions. Reasons for this are different language features between .NET and Java as for example:

About

Implementation of GoF design patterns in .NET (C#)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%