Change old /archive/* links to /daily/*

This commit is contained in:
Oliver Davies 2024-12-19 20:26:33 +00:00
parent 661669f2a5
commit 538141466c
406 changed files with 457 additions and 457 deletions

View file

@ -3,14 +3,14 @@ title: >
Open-source first doesn't mean you need to cover every use case
pubDate: 2023-12-06
permalink: >-
archive/2023/12/06/open-source-first-doesnt-mean-you-need-to-cover-every-use-case
daily/2023/12/06/open-source-first-doesnt-mean-you-need-to-cover-every-use-case
tags:
- software-development
- open-source
- contribution
---
An argument against the [contribution-first and open-source-first approach]({{site.url}}/archive/2023/12/01/the-contribution-first-workflow) is that it takes longer than writing custom code.
An argument against the [contribution-first and open-source-first approach]({{site.url}}/daily/2023/12/01/the-contribution-first-workflow) is that it takes longer than writing custom code.
I think that this is due to thinking that you need to cover all use cases within the code if it's open-sourced, whereas, in custom code, you only write the code you need.