mucsci-students / 2019fa-420-Hercules

Team Hercules
0 stars 0 forks source link

Implement Model functionality to recognize class fields as realizations of a existing object (M) #107

Closed silviuburz closed 4 years ago

silviuburz commented 4 years ago

When adding/updating fields or function parameters in a class, those tokens could be referring to class objects that the user has already implemented. The Model should recognize these relationships and automatically implement add them to the project

silviuburz commented 4 years ago

Estimated time: 3 hours to implement and write tests

silviuburz commented 4 years ago

Took approximately 30 minutes to implement, took approximately 1 hour to write tests and verify full functionality