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,7 +3,7 @@ title: >
Micro-refactorings
pubDate: 2023-04-20
permalink: >-
archive/2023/04/20/micro-refactorings
daily/2023/04/20/micro-refactorings
tags:
- refactoring
- technical-debt
@ -16,7 +16,7 @@ He says that micro-refactors are safer than big refactors and have less chance o
## What's the issue?
I agree with what Peter says and also encourage people to make small refactors to the code they're working on and follow the "[Boy Scout rule]({{site.url}}/archive/2022/12/22/the-boy-scout-rule)".
I agree with what Peter says and also encourage people to make small refactors to the code they're working on and follow the "[Boy Scout rule]({{site.url}}/daily/2022/12/22/the-boy-scout-rule)".
The main blocker to this I've seen is Git workflows that require people to work in separate branches that need to be reviewed before being merged, as this slows down the process.