Use environment-specific URLs instead of
...hard-coded ones
This commit is contained in:
parent
6ca5704c21
commit
1b05e63a20
76 changed files with 91 additions and 91 deletions
|
@ -6,7 +6,7 @@ permalink: >-
|
|||
archive/2022/12/03/what-to-do-with-todo-comments
|
||||
---
|
||||
|
||||
[In a previous email](https://www.oliverdavies.uk/archive/2022/11/20/version-controlled-commented-out-code), I wrote about commented-out code and whether it should remain in a codebase - especially if it's version controlled and there's a commit log of all changes.
|
||||
[In a previous email]({{site.url}}/archive/2022/11/20/version-controlled-commented-out-code), I wrote about commented-out code and whether it should remain in a codebase - especially if it's version controlled and there's a commit log of all changes.
|
||||
|
||||
But what about TODO comments that remind you to do something?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue