Question 6/13 fast.ai v3 lecture 12

What is the most important technique you should apply to your code when aiming for being an effective researcher or moving your code to production?

Answer

Refactoring - the act of iteratively DRYing up your code and making it easier to understand and reuse.

Relevant part of lecture