![[Quotes#^fa270e]] The Rule of Three is a guideline for refactoring code to avoid duplication. It suggests that code should not be duplicated more than twice before being extracted into a reusable module or function.