hasii2011 / pyut

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

Fix TODOs in PyutMethod 🎨 #324

Closed hasii2011 closed 2 years ago

hasii2011 commented 2 years ago
    TODO: rename this to `addParameter`
    TODO: deprecate `setParameters`
    TODO: deprecate `getParameters`
    TODO: rename `returns` to `returnType`
    TODO: deprecate get/set Returns and create `returnType` property
    TODO: Remove try/except clause;  Not necessary since now using enumeration
hasii2011 commented 2 years ago

Done on the 🤡 master 🤡 branch