Refactoring-Summary

Summary of "Refactoring: Improving the Design of Existing Code" by Martin Fowler (by HugoMatilla)

Refactoring-Summary Alternatives

Similar projects and alternatives to Refactoring-Summary

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Refactoring-Summary alternative or higher similarity.

Refactoring-Summary reviews and mentions

Posts with mentions or reviews of Refactoring-Summary. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-24.
  • Ask HN: Where do I find good code to read?
    22 projects | news.ycombinator.com | 24 Aug 2023
    I find that reading books rather than code tends to be more helpful in terms of finding good takes on what clean code is -- more specifically books on refactoring or specific language-related features (like 'Effective Java' or 'Fluent Python'). The issue with just reading code is that many times - you'll miss out on why the author chose to use the expression or abstractions which they chose to use. Reading a book at least takes you through author's thought process. For an alternative - you could always browse repositories which contain notes on refactoring as well like this one (which does a good job summarizing some of the key principles from Fowler's book on refactoring):

    https://github.com/HugoMatilla/Refactoring-Summary

  • Is it okay to return my original List/Collection/Datastructure I'm storing my data in or is that against some OOP principals?
    1 project | /r/javahelp | 15 Mar 2021
    https://github.com/HugoMatilla/Refactoring-Summary#28-encapsulate-collection