hbarton2 / cscd350-f24-UnhandledExceptions

0 stars 0 forks source link

[Task] Add/Remove/Rename Method #41

Closed coreybasden closed 2 weeks ago

coreybasden commented 2 weeks ago

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

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

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

tharium commented 2 weeks ago

The tasks to add and remove methods are both functioning and able to be called by the user. Will work on Rename method and ensure it is working.