hbarton2 / cscd350-f24-UnhandledExceptions

0 stars 0 forks source link

[Task] Add/Remove/Rename Parameter #42

Closed coreybasden closed 2 weeks ago

coreybasden commented 2 weeks ago

Task: The method to add a new parameterItem to the map of parameterItems in methodItem should be fully functioning and ready to be called by the user. Location: methodItem class? Current progress:

Task: The method to delete a parameterItem from the map of parameterItems in methodItem should be fully functioning and ready to be called by the user. Location: methodItem class? Current progress:

Task: The method to rename a specific parameterItem should be fully functioning and ready to be called by the user. Location: methodItem class or the parameterItems class? Current progress:

tharium commented 2 weeks ago

The methods to add/remove/change a parameter are all functioning and able to be called by the user.