From cdd474e1392f2ef8db37a3e07c1c1883e31123f0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 23 Feb 2023 08:01:52 +0000 Subject: [PATCH] daily-email: add 2023-02-19 --- website/src/daily-emails/2023-02-19.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 website/src/daily-emails/2023-02-19.md diff --git a/website/src/daily-emails/2023-02-19.md b/website/src/daily-emails/2023-02-19.md new file mode 100644 index 000000000..675fb9c8c --- /dev/null +++ b/website/src/daily-emails/2023-02-19.md @@ -0,0 +1,17 @@ +--- +title: > + Clients dont care which design pattern you use +pubDate: 2023-02-19 +permalink: > + archive/2023/02/19/clients-dont-care-which-design-pattern-you-use +--- + +In most cases, clients don't care which CMS, framework, CSS library or design patterns you use. Clients are focused on the business value that those tools can provide, such as increasing traffic or conversion rate to increase revenue or awareness. + +Improving the load speed of a page is good, but what business value does that offer? Are customers more likely to make a purchase if the page is faster? + +If you can build the same page with different CMSes or frameworks, and style it in the same way with different CSS libraries, is there a business case for one over the other, such as better maintainability or a quicker time to launch the application? + +Can you ship a simple MVP sooner, and refactor to use design patterns later? + +Instead of focusing on technologies, tools and strategies, focus on the benefits and business value they can offer.