Pergunta de entrevista da empresa Malouf Careers

What "rubric" do you use to know if an application needs a refactoring.

Respostas da entrevista

Sigiloso

23 de abr. de 2019

If the application is doing to much, refactor it to split it up into 2 or more applications. If it's kind of a useless application because something else does most of the work related to what this application was SUPPOSED to do, combine them into one, simplifying the tools used by employees/customers.

Sigiloso

13 de nov. de 2019

If it takes longer to fix code surrounding where you're trying to add a feature than it does to add the feature, it's overdue for refactoring.