Skip to content

Commit 97386d2

Browse files
No resources for Data Abstraction
1 parent 7cc0981 commit 97386d2

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,7 @@ What is an Anti-corruption Layer?
309309
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?
310310

311311
#### 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.
314313

315314
#### Don't Repeat Yourself
316315
Write a snippet of code violating the Don't Repeat Yourself (DRY) principle. Then, fix it.<br/>

design-patterns/data-abstraction.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)