diff options
author | Eduardo Julian | 2022-07-07 20:47:14 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-07-07 20:47:14 -0400 |
commit | fc6e6f19818dc24c8932b74a274b081f5720fda4 (patch) | |
tree | 0a35130aa9b3358345b9ca15a6c7d507ec7cf9bb /documentation/bookmark/software | |
parent | f7880ce83ba82ada2d04a0c587448446e677d458 (diff) |
Added support for defining custom/closed macro systems.
Diffstat (limited to 'documentation/bookmark/software')
-rw-r--r-- | documentation/bookmark/software/design.md | 5 | ||||
-rw-r--r-- | documentation/bookmark/software/engineering/negative.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/software/engineering/practice.md | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/documentation/bookmark/software/design.md b/documentation/bookmark/software/design.md new file mode 100644 index 000000000..6e16e07bd --- /dev/null +++ b/documentation/bookmark/software/design.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [A Compendium of Software Design](https://software-design.matteoditucci.com/) + diff --git a/documentation/bookmark/software/engineering/negative.md b/documentation/bookmark/software/engineering/negative.md new file mode 100644 index 000000000..fa6581c9b --- /dev/null +++ b/documentation/bookmark/software/engineering/negative.md @@ -0,0 +1,4 @@ +# Reference + +0. [What Is Negative Engineering?](https://future.com/negative-engineering-and-the-art-of-failing-successfully/) + diff --git a/documentation/bookmark/software/engineering/practice.md b/documentation/bookmark/software/engineering/practice.md new file mode 100644 index 000000000..bedcd49f3 --- /dev/null +++ b/documentation/bookmark/software/engineering/practice.md @@ -0,0 +1,4 @@ +# Reference + +0. [Thinking of commits like code](https://www.scottantipa.com/thinking-of-commits-like-code.html) + |