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
  • Sketch
  • Wireframe
  • Mockup

Was this helpful?

  1. Session 1: Don't Code Now!

User Interface Design

Design carefully before get started, so you won't regret. Especially, if you're working with non-programmer partners, make sure everyone is having the same imagination of its implementation.

Sketch

Draw it during the meeting/discussion, pen on paper or whiteboard is pretty enough.

Wireframe

You may need some handy tools to help, such as:

  • Wireframe.cc

  • Balsamiq

Mockup

You may need Adobe AI or PS for this stage.

PreviousHow to Write Clean Code?NextUML

Last updated 5 years ago

Was this helpful?