Awesome Programming Knowledge
Ctrlk
  • Introduction
  • Writing Better Code
    • Books
      • Refactoring: Improving the Design of Existing Code
        • Extract Method
        • Quotes
          • CodeForHuman
          • Make Comment Superfluous
          • The Rule of Three
      • Clean code: A Handbook of Agile Software Craftsmanship
      • Working effectively with legacy code
      • Code Complete
      • Structure and Interpretation of Computer Programs
    • Articles
  • Design
  • General
  • Unit Test
  • Database
  • Troubleshooting
  • CSharp
  • Practical Git via GitExtensions
  • Misc
  • UI/UX
  • Front End
  • Productivity
  • System
Powered by GitBook
On this page

Was this helpful?

  1. Writing Better Code
  2. Books
  3. Refactoring: Improving the Design of Existing Code

Quotes

CodeForHumanMake Comment SuperfluousThe Rule of Three
PreviousExtract MethodNextCodeForHuman

Last updated 6 years ago

Was this helpful?