Awesome Programming Knowledge
Ctrlk
  • Introduction
  • Writing Better Code
    • Books
      • Refactoring: Improving the Design of Existing Code
      • Clean code: A Handbook of Agile Software Craftsmanship
      • Working effectively with legacy code
      • Code Complete
        • Minimizing Scope
        • Avoid variables with hidden meanings
        • Describe Motivations of Decisions
      • 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

Code Complete

Minimizing ScopeAvoid variables with hidden meaningsDescribe Motivations of Decisions
PreviousSprout MethodNextMinimizing Scope

Last updated 6 years ago

Was this helpful?