Pregunta de entrevista de Silverchair

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

Respuesta de la entrevista

Anónimo

19 mar 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.