Skip to content

Commit acd93f4

Browse files
How to detect your bad design?
1 parent a5e47d2 commit acd93f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Sooner or later I will complete it with the relative answers. Feel free to contr
7575
* C++ supports multiple inheritance, and Java allows a class to implement multiple interfaces. What impact does using these facilities have on orthogonality? Is there a difference in impact between using multiple inheritance and multiple interfaces? Is there a difference between using delegation and using inheritance? [This question is from The Pragmatic Programmer, by Andrew Hunt and David Thomas]
7676
* Pros and cons of holding domain logic in Stored Procedures.
7777
* In your opinion, why have Object-Oriented Design dominated the market for so many years?
78+
* What would you do to understand if your code has a bad design?
7879

7980

8081
####[[]](#toc) <a name='languages'>Questions about Languages:</a>

0 commit comments

Comments
 (0)