diff options
author | Eduardo Julian | 2022-11-11 15:59:22 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-11 15:59:22 -0400 |
commit | 4c765d22bd0a2e5271bf350745ed29f66bfbb96a (patch) | |
tree | 1c2572154f828dae537eb2f528b7743f70bb6744 /documentation/bookmark/architecture | |
parent | cb572295c9a73330531e07f3f6a92b3bb2434514 (diff) |
Added SourceFile annotations to functions when compiling for the JVM.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bookmark/architecture.md b/documentation/bookmark/architecture.md index a5fca0ab8..5216418db 100644 --- a/documentation/bookmark/architecture.md +++ b/documentation/bookmark/architecture.md @@ -1,6 +1,6 @@ # Reference -0. []() +0. [Why Do We Create System Architecture Diagrams Anyway?](https://www.ilograph.com/blog/posts/why-create-system-architecture-diagrams/) 0. [A Syntactic Theory of Software Architecture](https://www.panda.sys.t.u-tokyo.ac.jp/kushiro/ReferencePaper/Pattern&Framework/00385969.pdf) 0. [How to plan the architectural attributes?](https://kalali.blog/2022/06/software-architecture-attributes-how-to-decide/) 0. [Architectural Decision Records](https://adr.github.io/) |