Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring: Improving the Design of Existing Code #26

Open
hammygoonan opened this issue Aug 29, 2023 · 1 comment
Open

Refactoring: Improving the Design of Existing Code #26

hammygoonan opened this issue Aug 29, 2023 · 1 comment
Labels
author: don roberts This book was written by Don Roberts author: john brant This book was written by John Brant author: kent beck This book was written by Kent Beck author: martin fowler This book was written by Martin Fowler author: william opdyke This book was written by William Opdyke category: computers This book is of the category "Computers" decade: 2010s This book was published in the 2010ss kind: book This issue tracks a book (reading progress) language: english This book was published in English publisher: addison wesley This book was published by Addison Wesley started: august This book was started in August started: 2023 This book was started in 2023 want to read year: 2012 This book was published in 2012

Comments

@hammygoonan
Copy link
Owner

No description provided.

@github-actions
Copy link
Contributor

Congrats on adding Refactoring by Martin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts to your bookshelf, I hope you enjoy it! It has an average of 4/5 stars and 11 ratings on Google Books.

Book details (JSON)
{
  "title": "Refactoring",
  "authors": [
    "Martin Fowler",
    "Kent Beck",
    "John Brant",
    "William Opdyke",
    "Don Roberts"
  ],
  "publisher": "Addison-Wesley",
  "publishedDate": "2012-03-09",
  "description": "As the application of object technology--particularly the Java programming language--has become commonplace, a new problem has emerged to confront the software development community. Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system professionals are discovering just how difficult it is to work with these inherited, \"non-optimal\" applications. For several years, expert-level object programmers have employed a growing collection of techniques to improve the structural integrity and performance of such existing software programs. Referred to as \"refactoring,\" these practices have remained in the domain of experts because no attempt has been made to transcribe the lore into a form that all developers could use. . .until now. In Refactoring: Improving the Design of Existing Code, renowned object technology mentor Martin Fowler breaks new ground, demystifying these master practices and demonstrating how software practitioners can realize the significant benefits of this new process. With proper training a skilled system designer can take a bad design and rework it into well-designed, robust code. In this book, Martin Fowler shows you where opportunities for refactoring typically can be found, and how to go about reworking a bad design into a good one. Each refactoring step is simple--seemingly too simple to be worth doing. Refactoring may involve moving a field from one class to another, or pulling some code out of a method to turn it into its own method, or even pushing some code up or down a hierarchy. While these individual steps may seem elementary, the cumulative effect of such small changes can radically improve the design. Refactoring is a proven way to prevent software decay. In addition to discussing the various techniques of refactoring, the author provides a detailed catalog of more than seventy proven refactorings with helpful pointers that teach you when to apply them; step-by-step instructions for applying each refactoring; and an example illustrating how the refactoring works. The illustrative examples are written in Java, but the ideas are applicable to any object-oriented programming language.",
  "image": "http://books.google.com/books/content?id=HmrDHwgkbPsC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
  "language": "en",
  "averageRating": 4,
  "ratingsCount": 11,
  "categories": [
    "Computers"
  ],
  "pageCount": 461,
  "isbn10": "013306526X",
  "isbn13": "9780133065268",
  "googleBooks": {
    "id": "HmrDHwgkbPsC",
    "preview": "http://books.google.com/books?id=HmrDHwgkbPsC&printsec=frontcover&dq=intitle:Refactoring:+Improving+the+Design+of+Existing+Code&hl=&cd=2&source=gbs_api",
    "info": "https://play.google.com/store/books/details?id=HmrDHwgkbPsC&source=gbs_api",
    "canonical": "https://play.google.com/store/books/details?id=HmrDHwgkbPsC"
  }
}
When you're finished with reading this book, just close this issue and I'll mark it as completed. Best of luck! 👍

@github-actions github-actions bot added author: kent beck This book was written by Kent Beck author: martin fowler This book was written by Martin Fowler category: computers This book is of the category "Computers" decade: 2010s This book was published in the 2010ss kind: book This issue tracks a book (reading progress) language: english This book was published in English publisher: addison wesley This book was published by Addison Wesley started: 2023 This book was started in 2023 started: august This book was started in August year: 2012 This book was published in 2012 author: john brant This book was written by John Brant author: william opdyke This book was written by William Opdyke author: don roberts This book was written by Don Roberts labels Aug 29, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Aug 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
author: don roberts This book was written by Don Roberts author: john brant This book was written by John Brant author: kent beck This book was written by Kent Beck author: martin fowler This book was written by Martin Fowler author: william opdyke This book was written by William Opdyke category: computers This book is of the category "Computers" decade: 2010s This book was published in the 2010ss kind: book This issue tracks a book (reading progress) language: english This book was published in English publisher: addison wesley This book was published by Addison Wesley started: august This book was started in August started: 2023 This book was started in 2023 want to read year: 2012 This book was published in 2012
Projects
None yet
Development

No branches or pull requests

1 participant