in reply to Re: perl module structure (Façade choosing backend)
in thread perl module structure
Yes it’s rather abstract because I’m looking for general solution. I think what I’d like to do is something similar to java collection. List is an interface and there are multiple concrete implementations. So I might have pure perl and xs backend implementations. I just remember there’re some Perl modules if xs is available it’ll use xs backend implementation otherwise using pure perl.
UpdateDesign pattern wise, I am thinking of abstract factory pattern. There’ will be factory, products interfaces and of course actual concrete implementations.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: perl module structure (Perl ne Java)
by LanX (Saint) on Mar 30, 2018 at 13:34 UTC |