design patterns refactoring
play

Design Patterns & Refactoring Introduction to Refactoring - PowerPoint PPT Presentation

Design Patterns & Refactoring Introduction to Refactoring Oliver Haase HTWG Konstanz Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 1 / 9 What is Refactoring? Definition (of the noun) A change made to the internal


  1. Design Patterns & Refactoring Introduction to Refactoring Oliver Haase HTWG Konstanz Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 1 / 9

  2. What is Refactoring? Definition (of the noun) A change made to the internal structure of software to make it easier to understand and cheaper to modify without changing its observable behavior. (Martin Fowler) Definition (of the verb) To restructure software by applying a series of refactorings without changing its observable behavior. (Martin Fowler) Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 2 / 9

  3. Definition – Key Points make software structure easier : compare with performance optimizations that don’t change functionality, but usually make software harder to understand! without changing behavior : user (end user or other software) cannot tell that implementation has changed. Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 3 / 9

  4. Definition – Key Points make software structure easier : compare with performance optimizations that don’t change functionality, but usually make software harder to understand! without changing behavior : user (end user or other software) cannot tell that implementation has changed. No Refactoring Without Thorough Unit Tests! Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 3 / 9

  5. Metaphor of the Two Hats Software development should consist of distinguishable phases of addition of new functionality and refactoring : When adding new functionality, don’t refactor existing code. When refactoring, don’t change existing behavior. A developer might swap hats very frequently, but should always be aware of which hat she is currently wearing. Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 4 / 9

  6. Why Should You Refactor? Without refactoring, code will decay → more often than not, code additions lead to redundancy! → refactoring as a means to periodically clean up code Refactoring makes the code easier to understand Refactoring helps you find bugs Refactoring helps you program faster Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 5 / 9

  7. When Should You Refactor? Should you schedule two weeks of refactoring every other month of development? Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 6 / 9

  8. When Should You Refactor? Should you schedule two weeks of refactoring every other month of development? You don’t decide to refactor, you refactor because you want to do something else, and refactoring helps you do the other thing. Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 6 / 9

  9. The Rule of Three Three strikes and you refactor. Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 7 / 9

  10. The Rule of Three Three strikes and you refactor. 1 Just do it. 2 Wince at duplication, duplicate anyway. 3 Refactor. Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 7 / 9

  11. What Do I Tell My Manager? Many managers don’t appreciate refactoring per se but : refactoring is a necessary part of the development process Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 8 / 9

  12. What Do I Tell My Manager? Many managers don’t appreciate refactoring per se but : refactoring is a necessary part of the development process ⇓ Don’t tell. Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 8 / 9

  13. Problems with Rectoring Databases : Data schemas that applications are tightly coupled to are hard to change → Refactoring of databases is an own research area. Changing Interfaces : Minimize published interfaces, i.e. those whose users you cannot change. Don’t publish interfaces prematurely. Loosen code ownership so that unpublished interfaces can be changed. Oliver Haase (HTWG Konstanz) Design Patterns & Refactoring 9 / 9

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend