SlideShare a Scribd company logo
1 of 24
Download to read offline
5. Design in Construction
Code Complete
Author : Steven C. McConnell.

Prof. Asha N

1
Introduction




SOME PEOPLE MIGHT ARGUE THAT design isn’t really a
construction activity, but many activities are thought of as
construction, often including design.
A lot of design is done while the programmer sits at the
keyboard.
- “Design” might be just writing a class interface in pseudo
code before writing the details. It might be drawing diagrams of
a few class relationships before coding them.

Prof. Asha N

2
5.1. Design Challenges





“software design” means the conception,
invention, or contrivance of a scheme for
turning a specification for a computer program
into an operational program.
that links requirements to coding and debugging.
A good top-level design provides a structure that
can safely contain multiple lower level designs.

Prof. Asha N

3
Design is a “Wicked” Problem




Prof. Asha N

“wicked” problem as one that
could be clearly defined only
by solving it, or by solving
part of it.
This paradox implies,
essentially, that you have to
“solve” the problem once in
order to clearly define it and
then solve it again to create a
solution that works.
4
Design is a Sloppy Process




Design is sloppy because a good solution is
often only subtly different from a poor one.
Design is also sloppy because it’s hard to know
when your design is “good enough.”
Since design is open-ended, the most common
answer to that question is
-“When you’re out of time.”

Prof. Asha N

5
Other Design Challenges







Design is About Trade-Offs and Priorities
Design Involves Restrictions
Design is Non-Deterministic
Design is a Heuristic Process
Design is Emergent

Prof. Asha N

6
5.2 Design Concepts


Good design depends on understanding a handful of
key concepts.








The role of complexity.
desirable characteristics of designs.
levels of design.

Managing Complexity:
Two different classes of problems—the essential and the
accidental
the complexity of a problem is reduced by dividing the
system into subsystems.
Prof. Asha N

7
Design Concepts
Ineffective Design:





A complex solution to a simple problem
A simple, incorrect solution to a complex
problem
An inappropriate, complex solution to a
complex problem

Prof. Asha N

8
Design Concepts
How to Attack Complexity
Two-prong approach to managing Complexity:
1. Minimize the amount of essential complexity
that anyone’s brain has to deal with at any one
time.
2. Keep accidental complexity from needlessly
proliferating.

Prof. Asha N

9
Design Concepts


Desirable Characteristics of a Design
•
•
•
•
•
•
•

•
•
•
•

Minimal complexity
Ease of maintenance
Minimal connectedness
Extensibility
Reusability
High fan-in
Low-to-medium fan-out
Portability
Leanness
Stratification
Standard techniques
Prof. Asha N

10
Design Concepts
Levels of Design

Prof. Asha N

11
Design Concepts
Levels:
 The system (1) is first organized into subsystems (2).
 The subsystems are further divided into classes (3), and
the classes are divided into routines and data (4).
 The inside of each routine is also designed (5).

Prof. Asha N

12
5.3 Design Building Blocks: Heuristics


design is non-deterministic, So skillful application of
an effective set of heuristics is the core activity in
good software design.
1.

Find Real-World Objects
The steps in designing with objects are







Identify the objects and their attributes (methods and data).
Determine what can be done to each object.
Determine what each object can do to other objects.
Determine the parts of each object that will be visible to other
objects— which parts will be public and which will be private.
Define each object’s public interface.

Prof. Asha N

13
Design Building Blocks: Heuristics


The Billing System

Prof. Asha N

14
Design Building Blocks: Heuristics
2.

Form Consistent Abstractions
• Abstraction allows
to focus on the
interface without
needing to worry
about the internal
workings of the
class.
•Abstraction allows
you to take a simpler
view of a complex
concept.
Prof. Asha N

15
Design Building Blocks: Heuristics
3. Encapsulate Implementation Details
Encapsulation says that, not
only are you allowed to take
a simpler view of a complex
concept, you are not allowed
to look at any of the details
of the complex concept.

Prof. Asha N

16
Design Building Blocks: Heuristics
4. Inherit When Inheritance Simplifies the
Design


Defining similarities and differences among objects
is called “inheritance”

5. Hide Secrets (Information Hiding)


Information hiding is characterized by the idea of
“secrets,” design and implementation decisions that
a software developer hides in one place from the rest
of a program.
Prof. Asha N

17
Design Building Blocks: Heuristics
6.

Secrets and the Right to Privacy
A good class interface is like
the tip of an iceberg, leaving
most of the class unexposed.
Two Categories of Secrets
● Hiding complexity so that your
brain doesn’t have to deal with it
unless you’re specifically
concerned with it
● Hiding sources of change so that
when change occurs the effects
are localized
Prof. Asha N

18
Design Building Blocks: Heuristics
7. Value of Information Hiding


Information hiding has unique heuristic power, a unique
ability to inspire effective design solutions.

8. Identify Areas Likely to Change


ability to anticipate change
few areas that are likely to change:








Business logic
Hardware dependencies
Input and output
Nonstandard language features
Difficult design and construction areas
Status variables
Data-size constraints
Prof. Asha N

19
Design Building Blocks: Heuristics
9. Anticipating Different Degrees of Change


design the system so that the effect or scope of the
change is proportional to the chance that the change
will occur.

10. Keep Coupling Loose


Coupling describes how tightly a class or routine is
related to other classes or routines. The goal is to
create classes and routines with small, direct, visible,
and flexible relations to other classes and routines
(loose coupling).
Prof. Asha N

20
Design Building Blocks: Heuristics
Coupling Criteria


Size
 Visibility
 Flexibility

Kinds of Coupling


Simple-data-parameter coupling
 Simple-object coupling
 Object-parameter coupling
 Semantic coupling
Prof. Asha N

21
Look for Common Design Patterns





Patterns reduce complexity by providing
ready-made abstractions
Patterns reduce errors by institutionalizing
details of common solutions
Patterns provide heuristic value by
suggesting design alternatives
Patterns streamline communication by
moving the design dialog to a higher level
Prof. Asha N

22
Other Heuristics














Aim for Strong Cohesion
Build Hierarchies
Formalize Class Contracts
Assign Responsibilities
Design for Test
Avoid Failure
Choose Binding Time Consciously
Make Central Points of Control
Consider Using Brute Force
Draw a Diagram
Keep Your Design Modular
Prof. Asha N

23
5.4 Design Practices










Iterate
Divide and Conquer
Top-Down and Bottom-Up Design Approaches
Argument for Top Down
Argument for Bottom Up
Experimental Prototyping
Collaborative Design
How Much Design is Enough?
Capturing Your Design Work
Prof. Asha N

24

More Related Content

What's hot (10)

Pile Chapter 5 Design Process Ym
Pile Chapter 5   Design Process   YmPile Chapter 5   Design Process   Ym
Pile Chapter 5 Design Process Ym
 
Engineering design
Engineering designEngineering design
Engineering design
 
Design process
Design processDesign process
Design process
 
Design pattern
Design patternDesign pattern
Design pattern
 
Top Down and Bottom Up Design Model
Top Down and Bottom Up Design ModelTop Down and Bottom Up Design Model
Top Down and Bottom Up Design Model
 
Traducirgffg fdg dfg rert
Traducirgffg fdg dfg rert Traducirgffg fdg dfg rert
Traducirgffg fdg dfg rert
 
Class (1)
Class (1)Class (1)
Class (1)
 
Module 2 design patterns-2
Module 2   design patterns-2Module 2   design patterns-2
Module 2 design patterns-2
 
Design Patterns - General Introduction
Design Patterns - General IntroductionDesign Patterns - General Introduction
Design Patterns - General Introduction
 
Brain Cell IT - About our company
Brain Cell IT - About our companyBrain Cell IT - About our company
Brain Cell IT - About our company
 

Viewers also liked

程序员发展漫谈
程序员发展漫谈程序员发展漫谈
程序员发展漫谈
Horky Chen
 
Rm 1 Intro Types Research Process
Rm   1   Intro Types   Research ProcessRm   1   Intro Types   Research Process
Rm 1 Intro Types Research Process
itsvineeth209
 

Viewers also liked (19)

Design in construction
Design in constructionDesign in construction
Design in construction
 
Integration
IntegrationIntegration
Integration
 
A Guideline to Test Your Own Code - Developer Testing
A Guideline to Test Your Own Code - Developer TestingA Guideline to Test Your Own Code - Developer Testing
A Guideline to Test Your Own Code - Developer Testing
 
高品質軟體的基本動作 101 + 102 for NUU
高品質軟體的基本動作 101 + 102 for NUU高品質軟體的基本動作 101 + 102 for NUU
高品質軟體的基本動作 101 + 102 for NUU
 
程序员发展漫谈
程序员发展漫谈程序员发展漫谈
程序员发展漫谈
 
Defencive programming
Defencive programmingDefencive programming
Defencive programming
 
Coding Style
Coding StyleCoding Style
Coding Style
 
Java scriptcore brief introduction
Java scriptcore brief introductionJava scriptcore brief introduction
Java scriptcore brief introduction
 
MOST_OpenFoundry_version control system_Git
MOST_OpenFoundry_version control system_GitMOST_OpenFoundry_version control system_Git
MOST_OpenFoundry_version control system_Git
 
Code tuning techniques
Code tuning techniquesCode tuning techniques
Code tuning techniques
 
代码大全(内训)
代码大全(内训)代码大全(内训)
代码大全(内训)
 
程序员实践之路
程序员实践之路程序员实践之路
程序员实践之路
 
Variables
VariablesVariables
Variables
 
Code tuning strategies
Code tuning strategiesCode tuning strategies
Code tuning strategies
 
高品質軟體的基本動作 101 for NTHU
高品質軟體的基本動作 101 for NTHU高品質軟體的基本動作 101 for NTHU
高品質軟體的基本動作 101 for NTHU
 
Code Complete
Code CompleteCode Complete
Code Complete
 
Code Tuning
Code TuningCode Tuning
Code Tuning
 
The pseudocode
The pseudocodeThe pseudocode
The pseudocode
 
Rm 1 Intro Types Research Process
Rm   1   Intro Types   Research ProcessRm   1   Intro Types   Research Process
Rm 1 Intro Types Research Process
 

Similar to Design in construction

Excavating the knowledge of our ancestors
Excavating the knowledge of our ancestorsExcavating the knowledge of our ancestors
Excavating the knowledge of our ancestors
Uwe Friedrichsen
 
04 designing architectures
04 designing architectures04 designing architectures
04 designing architectures
Majong DevJfu
 
C H A P T E R6193Design PrinciplesInteraction .docx
C H A P T E R6193Design PrinciplesInteraction .docxC H A P T E R6193Design PrinciplesInteraction .docx
C H A P T E R6193Design PrinciplesInteraction .docx
humphrieskalyn
 
Contemporary Software Engineering Practices Together With Enterprise
Contemporary Software Engineering Practices Together With EnterpriseContemporary Software Engineering Practices Together With Enterprise
Contemporary Software Engineering Practices Together With Enterprise
Kenan Sevindik
 
Cs 1023 lec 4 (week 1)
Cs 1023 lec 4 (week 1)Cs 1023 lec 4 (week 1)
Cs 1023 lec 4 (week 1)
stanbridge
 
Part C Developing Your Design SolutionThe Production Cycle.docx
Part C Developing Your Design SolutionThe Production Cycle.docxPart C Developing Your Design SolutionThe Production Cycle.docx
Part C Developing Your Design SolutionThe Production Cycle.docx
smile790243
 

Similar to Design in construction (20)

SE2018_Lec 18_ Design Principles and Design Patterns
SE2018_Lec 18_ Design Principles and Design PatternsSE2018_Lec 18_ Design Principles and Design Patterns
SE2018_Lec 18_ Design Principles and Design Patterns
 
SE2_Lec 19_Design Principles and Design Patterns
SE2_Lec 19_Design Principles and Design PatternsSE2_Lec 19_Design Principles and Design Patterns
SE2_Lec 19_Design Principles and Design Patterns
 
Design concepts and principle,
Design concepts and principle, Design concepts and principle,
Design concepts and principle,
 
Introduction to Design Pattern
Introduction to Design  PatternIntroduction to Design  Pattern
Introduction to Design Pattern
 
Unit 3
Unit 3Unit 3
Unit 3
 
Excavating the knowledge of our ancestors
Excavating the knowledge of our ancestorsExcavating the knowledge of our ancestors
Excavating the knowledge of our ancestors
 
04 designing architectures
04 designing architectures04 designing architectures
04 designing architectures
 
Design final
Design finalDesign final
Design final
 
C H A P T E R6193Design PrinciplesInteraction .docx
C H A P T E R6193Design PrinciplesInteraction .docxC H A P T E R6193Design PrinciplesInteraction .docx
C H A P T E R6193Design PrinciplesInteraction .docx
 
Contemporary Software Engineering Practices Together With Enterprise
Contemporary Software Engineering Practices Together With EnterpriseContemporary Software Engineering Practices Together With Enterprise
Contemporary Software Engineering Practices Together With Enterprise
 
Cs 1023 lec 4 (week 1)
Cs 1023 lec 4 (week 1)Cs 1023 lec 4 (week 1)
Cs 1023 lec 4 (week 1)
 
Software Architecture for Agile Development
Software Architecture for Agile DevelopmentSoftware Architecture for Agile Development
Software Architecture for Agile Development
 
Software engg unit 3
Software engg unit 3 Software engg unit 3
Software engg unit 3
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
 
Part C Developing Your Design SolutionThe Production Cycle.docx
Part C Developing Your Design SolutionThe Production Cycle.docxPart C Developing Your Design SolutionThe Production Cycle.docx
Part C Developing Your Design SolutionThe Production Cycle.docx
 
CHAPTER12.ppt
CHAPTER12.pptCHAPTER12.ppt
CHAPTER12.ppt
 
OOSE Unit 4 PPT.ppt
OOSE Unit 4 PPT.pptOOSE Unit 4 PPT.ppt
OOSE Unit 4 PPT.ppt
 
Software Architecture: How Much Design?
Software Architecture: How Much Design?Software Architecture: How Much Design?
Software Architecture: How Much Design?
 
Oose unit 4 ppt
Oose unit 4 pptOose unit 4 ppt
Oose unit 4 ppt
 
Mit109 – software engineering
Mit109 – software engineeringMit109 – software engineering
Mit109 – software engineering
 

Recently uploaded

Recently uploaded (20)

Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 

Design in construction

  • 1. 5. Design in Construction Code Complete Author : Steven C. McConnell. Prof. Asha N 1
  • 2. Introduction   SOME PEOPLE MIGHT ARGUE THAT design isn’t really a construction activity, but many activities are thought of as construction, often including design. A lot of design is done while the programmer sits at the keyboard. - “Design” might be just writing a class interface in pseudo code before writing the details. It might be drawing diagrams of a few class relationships before coding them. Prof. Asha N 2
  • 3. 5.1. Design Challenges    “software design” means the conception, invention, or contrivance of a scheme for turning a specification for a computer program into an operational program. that links requirements to coding and debugging. A good top-level design provides a structure that can safely contain multiple lower level designs. Prof. Asha N 3
  • 4. Design is a “Wicked” Problem   Prof. Asha N “wicked” problem as one that could be clearly defined only by solving it, or by solving part of it. This paradox implies, essentially, that you have to “solve” the problem once in order to clearly define it and then solve it again to create a solution that works. 4
  • 5. Design is a Sloppy Process    Design is sloppy because a good solution is often only subtly different from a poor one. Design is also sloppy because it’s hard to know when your design is “good enough.” Since design is open-ended, the most common answer to that question is -“When you’re out of time.” Prof. Asha N 5
  • 6. Other Design Challenges      Design is About Trade-Offs and Priorities Design Involves Restrictions Design is Non-Deterministic Design is a Heuristic Process Design is Emergent Prof. Asha N 6
  • 7. 5.2 Design Concepts  Good design depends on understanding a handful of key concepts.       The role of complexity. desirable characteristics of designs. levels of design. Managing Complexity: Two different classes of problems—the essential and the accidental the complexity of a problem is reduced by dividing the system into subsystems. Prof. Asha N 7
  • 8. Design Concepts Ineffective Design:    A complex solution to a simple problem A simple, incorrect solution to a complex problem An inappropriate, complex solution to a complex problem Prof. Asha N 8
  • 9. Design Concepts How to Attack Complexity Two-prong approach to managing Complexity: 1. Minimize the amount of essential complexity that anyone’s brain has to deal with at any one time. 2. Keep accidental complexity from needlessly proliferating. Prof. Asha N 9
  • 10. Design Concepts  Desirable Characteristics of a Design • • • • • • • • • • • Minimal complexity Ease of maintenance Minimal connectedness Extensibility Reusability High fan-in Low-to-medium fan-out Portability Leanness Stratification Standard techniques Prof. Asha N 10
  • 11. Design Concepts Levels of Design Prof. Asha N 11
  • 12. Design Concepts Levels:  The system (1) is first organized into subsystems (2).  The subsystems are further divided into classes (3), and the classes are divided into routines and data (4).  The inside of each routine is also designed (5). Prof. Asha N 12
  • 13. 5.3 Design Building Blocks: Heuristics  design is non-deterministic, So skillful application of an effective set of heuristics is the core activity in good software design. 1. Find Real-World Objects The steps in designing with objects are      Identify the objects and their attributes (methods and data). Determine what can be done to each object. Determine what each object can do to other objects. Determine the parts of each object that will be visible to other objects— which parts will be public and which will be private. Define each object’s public interface. Prof. Asha N 13
  • 14. Design Building Blocks: Heuristics  The Billing System Prof. Asha N 14
  • 15. Design Building Blocks: Heuristics 2. Form Consistent Abstractions • Abstraction allows to focus on the interface without needing to worry about the internal workings of the class. •Abstraction allows you to take a simpler view of a complex concept. Prof. Asha N 15
  • 16. Design Building Blocks: Heuristics 3. Encapsulate Implementation Details Encapsulation says that, not only are you allowed to take a simpler view of a complex concept, you are not allowed to look at any of the details of the complex concept. Prof. Asha N 16
  • 17. Design Building Blocks: Heuristics 4. Inherit When Inheritance Simplifies the Design  Defining similarities and differences among objects is called “inheritance” 5. Hide Secrets (Information Hiding)  Information hiding is characterized by the idea of “secrets,” design and implementation decisions that a software developer hides in one place from the rest of a program. Prof. Asha N 17
  • 18. Design Building Blocks: Heuristics 6. Secrets and the Right to Privacy A good class interface is like the tip of an iceberg, leaving most of the class unexposed. Two Categories of Secrets ● Hiding complexity so that your brain doesn’t have to deal with it unless you’re specifically concerned with it ● Hiding sources of change so that when change occurs the effects are localized Prof. Asha N 18
  • 19. Design Building Blocks: Heuristics 7. Value of Information Hiding  Information hiding has unique heuristic power, a unique ability to inspire effective design solutions. 8. Identify Areas Likely to Change  ability to anticipate change few areas that are likely to change:        Business logic Hardware dependencies Input and output Nonstandard language features Difficult design and construction areas Status variables Data-size constraints Prof. Asha N 19
  • 20. Design Building Blocks: Heuristics 9. Anticipating Different Degrees of Change  design the system so that the effect or scope of the change is proportional to the chance that the change will occur. 10. Keep Coupling Loose  Coupling describes how tightly a class or routine is related to other classes or routines. The goal is to create classes and routines with small, direct, visible, and flexible relations to other classes and routines (loose coupling). Prof. Asha N 20
  • 21. Design Building Blocks: Heuristics Coupling Criteria  Size  Visibility  Flexibility Kinds of Coupling  Simple-data-parameter coupling  Simple-object coupling  Object-parameter coupling  Semantic coupling Prof. Asha N 21
  • 22. Look for Common Design Patterns     Patterns reduce complexity by providing ready-made abstractions Patterns reduce errors by institutionalizing details of common solutions Patterns provide heuristic value by suggesting design alternatives Patterns streamline communication by moving the design dialog to a higher level Prof. Asha N 22
  • 23. Other Heuristics            Aim for Strong Cohesion Build Hierarchies Formalize Class Contracts Assign Responsibilities Design for Test Avoid Failure Choose Binding Time Consciously Make Central Points of Control Consider Using Brute Force Draw a Diagram Keep Your Design Modular Prof. Asha N 23
  • 24. 5.4 Design Practices          Iterate Divide and Conquer Top-Down and Bottom-Up Design Approaches Argument for Top Down Argument for Bottom Up Experimental Prototyping Collaborative Design How Much Design is Enough? Capturing Your Design Work Prof. Asha N 24