Clean Up Your Spaghetti
CtrlK
  • Introduction
  • What Happened to the Title
  • Author
  • Preface
  • Syllabus
  • Session 1: Don't Code Now!
    • Why Clean Code?
    • What is Clean Code?
    • How to Write Clean Code?
    • User Interface Design
    • UML
  • Session 2: Be Like a Writer
    • Naming
    • Comment
    • Function
    • Formatting
  • Session 3: Ideal Coding Process and Principles
    • Less Coupling High Cohesion
    • Level of Abstraction
    • Duplication
    • Test Driven Developement
  • Session 4: Stand on Giants
    • Strategy Pattern
    • Adapter Pattern
    • Factory Pattern
    • Singleton Pattern
    • How to Write Clean Code Exactly
  • Exercise: Get Your Hands Dirty
    • Session 1: Draw UML
    • Session 2: Clean Your Own Code
    • Session 3: TDD - The Ideals
    • Session 4: Let's Rock
  • Don't End Here
Powered by GitBook
On this page

Was this helpful?

Session 1: Don't Code Now!

To speed up, please stop now.

Here, we will first understand 3Ws of clean code - why, what, how. Then, we will talk about the thinkings or designs we have to go through before writing the first line of code.

PreviousSyllabusNextWhy Clean Code?

Last updated 5 years ago

Was this helpful?