cis498-g4 / GuestBook

Guest book and feedback system for events
1 stars 1 forks source link

Clean up names #6

Closed mikemolenda closed 7 years ago

mikemolenda commented 7 years ago

Wherever possible, try to name servlets according to {Action}{Object}, e.g. AddRegistration and RemoveRegistration. Change "View" in servlet names to "Show" or "Display"

mikemolenda commented 7 years ago

Servlet class names done. Need to do the same for JSPs and servlet url patterns. Names of servlet, url pattern and view should be consistent