## Problem description <!--- Provide a general summary of _issue_ in the above title --> <!--- Forneça um resumo geral da _issue_ no título acima --> Some controller operations can be separated, broken or detached in smaller methods, improving the readability of the code. ## Expected Behavior <!--- If you are describing a _bug_, tell us what should happen. --> <!--- If you are suggesting a change/improvement, tell us how it should work or should be. --> <!--- Se você está descrevendo um _bug_, conte-nos o que deveria acontecer. --> <!--- Se você está sugerindo uma mudança/melhoria, conte-nos como deve funcionar ou como deve ser. --> Fewer method operations in each class Smaller methods with explanatory names
Problem description
Some controller operations can be separated, broken or detached in smaller methods, improving the readability of the code.
Expected Behavior
Fewer method operations in each class
Smaller methods with explanatory names