Skip to content

Commit 24332dd

Browse files
author
Martini Arialdo
committed
Question about separation of concerns has more context
1 parent 2c835e0 commit 24332dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ Sooner or later I will complete it with the relative answers. Feel free to contr
6060
* How would you deal with Dependency Hell?
6161
* Why is goto evil?
6262
* The robustness principle is a general design guideline for software that recommends "*Be conservative in what you send, be liberal in what you accept*". It is often reworded as "*Be a tolerant reader and a careful writer*". Would you like to discuss the rationale of this principle?
63-
* What is coupling and cohesion principle?
64-
* Tell me about separation of concerns.
63+
* Separation of Concerns is a design principle for separating a computer program into distinct areas, each of ones addressing a separate concern. There are a lot of different mechanisms for achieving Separation of Concerns (use of objects, functions, modules, or patterns such as MVC and the like). Would you discuss this topic?
6564

6665

6766
####[[]](#toc) <a name='design'>Questions about Code Design:</a>

0 commit comments

Comments
 (0)