Skip to content

Commit 8d2bc90

Browse files
new quote from Brian Kernighan about packaging.
1 parent eb54214 commit 8d2bc90

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

topics/go/design/packaging/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ https://www.goinggo.net/2017/02/package-oriented-design.html
1111

1212
http://www.cs.cmu.edu/~mihaib/kernighan-interview/index.html
1313

14-
_Can you tell us about the worse features of C, from your point of view?_
14+
_"Can you tell us about the worse features of C, from your point of view"?_
1515

16-
_I think that the real problem with C is that it doesn't give you enough mechanisms for structuring really big programs, for creating ``firewalls'' within programs so you can keep the various pieces apart. It's not that you can't do all of these things, that you can't simulate object-oriented programming or other methodology you want in C. You can simulate it, but the compiler, the language itself isn't giving you any help._ - July 2000
16+
_"I think that the real problem with C is that it doesn't give you enough mechanisms for structuring really big programs, for creating ``firewalls'' within programs so you can keep the various pieces apart. It's not that you can't do all of these things, that you can't simulate object-oriented programming or other methodology you want in C. You can simulate it, but the compiler, the language itself isn't giving you any help."_ - July 2000
17+
18+
## Quotes
19+
20+
_"Object orientation is very useful in some settings... As languages evolve, there will surely be other mechanisms for packaging up computational units and organizing a program." - Brain Kernighan (2009)_
1721

1822
## Design Review
1923

0 commit comments

Comments
 (0)