Name : perl-Config-Tiny-Singleton
| |
Version : 0.02
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp156.8.1
| Date : 2024-07-03 17:56:26
|
Group : Development/Libraries/Perl
| Source RPM : perl-Config-Tiny-Singleton-0.02-lp156.8.1.src.rpm
|
Size : 0.00 MB
| |
Packager : https://www_suse_com/
| |
Summary : Singleton-pattern implementation for Config::Tiny
|
Description :
You may make many modules and some config-files when you build large applications. There are several ways to handle configs. One is to create new config-object in each packages that need data set in config-files. However, this will make your app\'s performance pretty bad. Second is to let your context-object to keep your config-object. But your application become larger and larger, it\'ll be too hard to let your context to handle all configs. And third is, this is better, to implement singleton-pattern. Try that, and now you only need to call your configs instance method in your package where you want to use it in.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-C/15.6/noarch |