Skip to content

Commit 1427b68

Browse files
adding quote
1 parent 900c3c9 commit 1427b68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

topics/go/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,9 @@ Encapsulation is what we have been trying to figure out as an industry for 40 ye
330330

331331
_Paraphrasing: "Encapsulation and the separation of concerns are drivers for designing software. This is largely based on how other industries handle complexity. There seems to be a human pattern of using encapsulation to wrestle complexity to the ground." - Brad Cox (inventor of Objective C)_
332332

333-
_"The purpose of abstraction is not to be vague, but to create a new semantic level in which one can be absolutely precise - Edsger W. Dijkstra_
333+
_"The purpose of abstraction is not to be vague, but to create a new semantic level in which one can be absolutely precise." - Edsger W. Dijkstra_
334+
335+
_"A good API is not just easy to use but also hard to misuse." - JBD_
334336

335337
_"Computing is all about abstractions. Those below yours are just details. Those above yours are limiting complicated crazy town." - Joe Beda_
336338

0 commit comments

Comments
 (0)