Pergunta de entrevista da empresa Silverchair

How have you used refactoring in your code and what does clean code mean to me?

Resposta da entrevista

Sigiloso

19 de mar. de 2019

I talked about refactoring that I have done in projects and how I was better able to communicate code with abstraction, grouping when methods were shared across models, and separating concerns. This also made my code more readable and DRY.