hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Model classes should not use mediator ♻️ 🔥 #336

Closed hasii2011 closed 2 years ago

hasii2011 commented 2 years ago

PyutObject.py

Move this code to the caller

hasii2011 commented 2 years ago

computeNextSafeID calls isIDUsed which uses mediator; Turns out nobody uses computeNextSafeID

hasii2011 commented 2 years ago

Done on the 🤡 master 🤡 branch