Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Review Request: python-peak-util-addons - Dynamically extend other objects with AddOns https://bugzilla.redhat.com/show_bug.cgi?id=459176 Summary: Review Request: python-peak-util-addons - Dynamically extend other objects with AddOns Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: Package Review AssignedTo: nobody@xxxxxxxxxxxxxxxxx ReportedBy: lmacken@xxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, fedora-package-review@xxxxxxxxxx Estimated Hours: 0.0 Classification: Fedora Spec URL: http://lmacken.fedorapeople.org/rpms/python-peak-util-addons.spec SRPM URL: http://lmacken.fedorapeople.org/rpms/python-peak-util-addons-0.6-1.fc9.src.rpm Description: In any sufficiently-sized application or framework, it's common to end up lumping a lot of different concerns into the same class. For example, you may have business logic, persistence code, and UI all jammed into a single class. Attribute and method names for all sorts of different operations get shoved into a single namespace -- even when using mixin classes. Separating concerns into different objects, however, makes it easier to write reusable and separately-testable components. The AddOns package (``peak.util.addons``) lets you manage concerns using ``AddOn`` classes. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review