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

https://github.com/josegomezr/perl-design-patterns

Design Patterns I find around internet and try to implement in Perl, with some extra documentation for future me.
https://github.com/josegomezr/perl-design-patterns

design-patterns oop oop-in-perl perl

Last synced: about 1 month ago
JSON representation

Design Patterns I find around internet and try to implement in Perl, with some extra documentation for future me.

Awesome Lists containing this project

README

          

# Perl Design Patterns

![made with bing with: "onion with a tuxedo in comic style sitting down drinking wine not smiling" and butchered down by me.](./perl-classy-320.png)

_What a fancy classy onion [perl's logo], am I right?._

Design Patterns I find around internet and try to implement in Perl, with some
extra documentation for future me.

The namespace scheme is a bit convoluted for the sake of explicitness but it
follows the pattern of: `PDP::{PATTERN-IN-QUESTION}`.

## Design Patterns Available:

- [State Pattern](./docs/state/)
- [Singleton Pattern](./docs/singleton/)