We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaedcb commit c0dd8fcCopy full SHA for c0dd8fc
_notes/software-architecture/api.md
@@ -3,6 +3,8 @@ title: "API"
3
layout: notes
4
---
5
6
+[separation of concerns]: https://en.wikipedia.org/wiki/Separation_of_concerns
7
+g
8
[libxml2]: https://www.xmlsoft.org
9
[libarchive]: https://www.libarchive.org
10
[wxWidgets]: https://www.wxwidgets.org
@@ -15,7 +17,7 @@ layout: notes
15
17
* Developers build large programs using existing APIs as much as possible
16
18
* For missing functionality, create new APIs
19
* Final application is integrated into existing APIs
-* Large-scale mechanism for *separation of concerns*
20
+* Large-scale mechanism for *[separation of concerns]*
21
22
# Role in Programming Languages [Koenig, Moo]
23
> Language design is library design
0 commit comments