From 2705e0828b184bd1a99badf1bdb3d74d620a36e0 Mon Sep 17 00:00:00 2001 From: "Dr. Gernot Starke" Date: Sat, 30 Sep 2023 16:47:34 +0200 Subject: [PATCH] add cost, update budget constraint --- .../B/_posts/2022-12-28-budget-constraint.md | 2 +- qualities/C/_posts/2022-12-28-cost.md | 15 +++++++++++++++ .../T/_posts/2022-12-28-time-to-market.md | 18 ++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 qualities/C/_posts/2022-12-28-cost.md create mode 100644 qualities/T/_posts/2022-12-28-time-to-market.md diff --git a/qualities/B/_posts/2022-12-28-budget-constraint.md b/qualities/B/_posts/2022-12-28-budget-constraint.md index 5b25b7f..95a6f1f 100644 --- a/qualities/B/_posts/2022-12-28-budget-constraint.md +++ b/qualities/B/_posts/2022-12-28-budget-constraint.md @@ -1,7 +1,7 @@ --- title: Budget constraint tags: suitable efficient -related: efficiency, affordability +related: efficiency, affordability, cost permalink: /qualities/budget-constraint --- diff --git a/qualities/C/_posts/2022-12-28-cost.md b/qualities/C/_posts/2022-12-28-cost.md new file mode 100644 index 0000000..18b5c78 --- /dev/null +++ b/qualities/C/_posts/2022-12-28-cost.md @@ -0,0 +1,15 @@ +--- +title: Cost +tags: suitable efficient +related: budget constraint, affordability +permalink: /qualities/cost +--- + + +>...the value of money that has been used up to produce something or deliver a service, and hence is not available for use anymore. +> +>[Wikipedia]([/references/#volere](https://en.wikipedia.org/wiki/Cost)) + + + + diff --git a/qualities/T/_posts/2022-12-28-time-to-market.md b/qualities/T/_posts/2022-12-28-time-to-market.md new file mode 100644 index 0000000..956b3ec --- /dev/null +++ b/qualities/T/_posts/2022-12-28-time-to-market.md @@ -0,0 +1,18 @@ +--- +title: Time to Market +tags: efficient +related: flexibility, efficiency, deployment frequency, extensibility, lead time for changes, cycle time +permalink: /qualities/time-to-market +--- + +
+ +Time to marketis the length of time it takes to bring a product or product-feature from conception to production. + +
+Time to market" in software engineering refers to the duration it takes to develop, test, and release a software product or feature from its initial conception. +It measures how quickly a software project can go from ideation to being available for users. + +A small or low time-to-market allows organizations to respond rapidly to market demands, gain a competitive edge, and deliver value to customers sooner. + +