You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -309,8 +309,7 @@ What is an Anti-corruption Layer?
309
309
Singleton is a design pattern that restricts the instantiation of a class to one single object. Writing a Thread-Safe Singleton class is not so obvious. Would you try?
310
310
311
311
#### Data Abstraction
312
-
The ability to change implementation without affecting clients is called Data Abstraction. Produce an example violating this property, then fix it.<br/>
313
-
[Resources](design-patterns/data-abstraction.md)
312
+
The ability to change implementation without affecting clients is called Data Abstraction. Produce an example violating this property, then fix it.
314
313
315
314
#### Don't Repeat Yourself
316
315
Write a snippet of code violating the Don't Repeat Yourself (DRY) principle. Then, fix it.<br/>
0 commit comments