Honestly speaking it would clean up the app and make it 10x more understandable for developers who want to join in the future.
We are using non-standard names for things such as "updateView" and "update". Changing these to standards such as "edit" and "update" would be more better.
Currently we have countless routes in the route file. Changing these to resources would make it easier for people to contribute to the project.
Will need to clean up controllers when we do this.
Honestly speaking it would clean up the app and make it 10x more understandable for developers who want to join in the future.