You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select* does not conform to the CRUD mental model, nor does the way the enrollment score and course location updates are handled.
select* methods and related tests should be renamed to read*, and the following methods created and tested:
updateEnrollmentScore(Integer studentId,Integer courseId)
updateCourseLocation(Integer courseId,String newLocation)
The text was updated successfully, but these errors were encountered:
select* does not conform to the CRUD mental model, nor does the way the enrollment score and course location updates are handled.
select* methods and related tests should be renamed to read*, and the following methods created and tested:
updateEnrollmentScore(Integer studentId,Integer courseId)
updateCourseLocation(Integer courseId,String newLocation)
The text was updated successfully, but these errors were encountered: