[Bug 459176] New: Review Request: python-peak-util-addons - Dynamically extend other objects with AddOns

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 14 20:00:09 UTC 2008


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 at fedoraproject.org
        ReportedBy: lmacken at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   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.




More information about the package-review mailing list