Edgewall Software

Changes between Version 2 and Version 3 of Ticket #4056, comment 49


Ignore:
Timestamp:
May 30, 2020, 6:50:55 AM (4 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4056, comment 49

    v2 v3  
    11The `Subscription` and `Watch` classes have a lot of `classmethod`s and don't fit the typical class design pattern in Trac. Is there a design reason for that? Or was that code just carried over from !TracAnnouncer?
    22
    3 The overhead in instantiating a class must be trivially small for our use-cases.
     3The overhead in instantiating an instance must be trivially small for our use-cases.
    44
    55{{{#!diff