| | 70 | |
| | 71 | __ |
| | 72 | |
| | 73 | Remarks (claudio): |
| | 74 | My rule of thumb for the choice of a OO-framework is as such: |
| | 75 | |
| | 76 | -Do I need a really fast startup time for a short running program (e.g. command line script)? I use Mouse (preferably with the XS backend).[[BR]] |
| | 77 | -Does the previous not apply? I use Moose.[[BR]] |
| | 78 | -Additionally, do I want to do metaprogramming (e.g. for code reduction by automatic creation of repetitive methods)? I use Moose.[[BR]] |
| | 79 | -I don't use Moo because I want to keep the road open if I decide to move a program from Mouse to Moose for whatever reason.[[BR]] |