diff options
Diffstat (limited to 'documentation/bookmark/software')
-rw-r--r-- | documentation/bookmark/software/engineering/philosophy.md | 5 | ||||
-rw-r--r-- | documentation/bookmark/software/engineering/practice.md | 2 | ||||
-rw-r--r-- | documentation/bookmark/software/history.md | 5 |
3 files changed, 12 insertions, 0 deletions
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/) + |