From 54d22bc41b874d52a94a96aafca18ab3a6357edb Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 27 Oct 2022 00:00:03 -0400 Subject: Added support for aspect-oriented programming. --- documentation/bookmark/software/engineering/philosophy.md | 5 +++++ documentation/bookmark/software/engineering/practice.md | 2 ++ documentation/bookmark/software/history.md | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 documentation/bookmark/software/engineering/philosophy.md create mode 100644 documentation/bookmark/software/history.md (limited to 'documentation/bookmark/software') diff --git a/documentation/bookmark/software/engineering/philosophy.md b/documentation/bookmark/software/engineering/philosophy.md new file mode 100644 index 000000000..99baa7d5a --- /dev/null +++ b/documentation/bookmark/software/engineering/philosophy.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Against generality](https://novalis.org/blog/2016-09-27-against-generality.html) + diff --git a/documentation/bookmark/software/engineering/practice.md b/documentation/bookmark/software/engineering/practice.md index bedcd49f3..5f5cc5e03 100644 --- a/documentation/bookmark/software/engineering/practice.md +++ b/documentation/bookmark/software/engineering/practice.md @@ -1,4 +1,6 @@ # Reference +0. []() +0. [Reverse Pull-Requests: How We Used GitHub PRs In A Trunk-Based, Continuous Deployment Development Team](https://ideas.riverglide.com/reverse-pull-requests-a56b48080fb0) 0. [Thinking of commits like code](https://www.scottantipa.com/thinking-of-commits-like-code.html) diff --git a/documentation/bookmark/software/history.md b/documentation/bookmark/software/history.md new file mode 100644 index 000000000..86e08cd85 --- /dev/null +++ b/documentation/bookmark/software/history.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Why do arrays start at 0?](https://buttondown.email/hillelwayne/archive/why-do-arrays-start-at-0/) + -- cgit v1.2.3