From fc6e6f19818dc24c8932b74a274b081f5720fda4 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 7 Jul 2022 20:47:14 -0400 Subject: Added support for defining custom/closed macro systems. --- documentation/bookmark/software/design.md | 5 +++++ documentation/bookmark/software/engineering/negative.md | 4 ++++ documentation/bookmark/software/engineering/practice.md | 4 ++++ 3 files changed, 13 insertions(+) create mode 100644 documentation/bookmark/software/design.md create mode 100644 documentation/bookmark/software/engineering/negative.md create mode 100644 documentation/bookmark/software/engineering/practice.md (limited to 'documentation/bookmark/software') 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) + -- cgit v1.2.3