CS3733-D20-Team-O / CS3733-D20-Team-O-Iteration

Hospital Kiosk JavaFX Application
1 stars 0 forks source link

Add node edge support to DatabaseWrapper and use generic Node and NodeEdge instead of PrototypeNode #54

Closed GregoryConrad closed 4 years ago

GregoryConrad commented 4 years ago

Thoughts:

GregoryConrad commented 4 years ago

Make the update, delete, and add all have return values. int for udpate and delete, bool for add

GregoryConrad commented 4 years ago

extract the big chunk of property setting in statement code to a new method as per IntelliJ's weak warning suggestion