Malouf Careers Interview Question

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

Interview Answers

Anonymous

Apr 23, 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.

Anonymous

Nov 13, 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.