Skip to content

Commit c0dd8fc

Browse files
committed
Input a link to separation of concerns
1 parent afaedcb commit c0dd8fc

File tree

1 file changed

+3
-1
lines changed
  • _notes/software-architecture

1 file changed

+3
-1
lines changed

_notes/software-architecture/api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: "API"
33
layout: notes
44
---
55

6+
[separation of concerns]: https://en.wikipedia.org/wiki/Separation_of_concerns
7+
g
68
[libxml2]: https://www.xmlsoft.org
79
[libarchive]: https://www.libarchive.org
810
[wxWidgets]: https://www.wxwidgets.org
@@ -15,7 +17,7 @@ layout: notes
1517
* Developers build large programs using existing APIs as much as possible
1618
* For missing functionality, create new APIs
1719
* Final application is integrated into existing APIs
18-
* Large-scale mechanism for *separation of concerns*
20+
* Large-scale mechanism for *[separation of concerns]*
1921

2022
# Role in Programming Languages [Koenig, Moo]
2123
> Language design is library design

0 commit comments

Comments
 (0)