Movies starring »

Rule of three ("Three strikes and you refactor") is a code refactoring rule of thumb to decide when similar pieces of code should be refactored to avoid duplication. It states that two instances of similar code don't require refactoring, but when similar code is used three times, it should be extracted into a new procedure. The rule was popularised by Martin Fowler in Refactoring and attributed to Don Roberts. Duplication is considered a bad practice in programming because it makes the code harder to maintain. When the rule encoded in a replicated piece of code changes, whoever maintains the code will have to change it in all places correctly. However, choosing an appropriate design to avoid duplication might benefit from more examples to see patterns in. Attempting premature refactoring risks selecting a wrong abstraction, which can result in worse code as new requirements emerge and will eventually need to be refactored again. The rule implies that the cost of maintenance certainly outweighs the cost of refactoring and potential bad design when there are three copies, and may or may not if there are only two copies.

Movie scripts starring Don Roberts:

Share your thoughts on Don Roberts' movies with the community:

0 Comments

    Citation

    Use the citation below to add this actor page to your bibliography:

    Style:MLAChicagoAPA

    "Don Roberts" Scripts.com. STANDS4 LLC, 2024. Web. 25 Apr. 2024. <https://www.scripts.com/actor/don_roberts>.

    Browse Scripts.com

    The Studio:

    ScreenWriting Tool

    Write your screenplay and focus on the story with many helpful features.