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.
- Host: GitHub
- URL: https://github.com/josegomezr/perl-design-patterns
- Owner: josegomezr
- Created: 2023-11-07T13:12:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T13:49:34.000Z (over 2 years ago)
- Last Synced: 2024-04-18T04:55:00.635Z (about 2 years ago)
- Topics: design-patterns, oop, oop-in-perl, perl
- Language: Perl
- Homepage:
- Size: 990 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perl Design Patterns

_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/)