Skip to content

Commit 58a9d7f

Browse files
authored
Update what-to-do-when-drowning-in-technical-debt.md
typo fix
1 parent 0c66683 commit 58a9d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2023/what-to-do-when-drowning-in-technical-debt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Even if we are diligent about only working on the parts that _really must be inc
4040

4141
So you've accepted a project, and an unrealistic timeline. Now what happens?
4242

43-
Well, you can't skip step 3 (_write the code_), because writing the code is the whole point. And step 5 (_code review_) seems like it could be a good safeguard against the problems that steps 1 (_specification_) and 2 (_tests_) protect you from, and code review tends to take a lot less time the writing a spec and tests. And step 4 (_refactoring_)? You think the business is going to let you take code that's already working make it "better" without making any functional changes? That's going to go right out the window.
43+
Well, you can't skip step 3 (_write the code_), because writing the code is the whole point. And step 5 (_code review_) seems like it could be a good safeguard against the problems that steps 1 (_specification_) and 2 (_tests_) protect you from, and code review tends to take a lot less time than writing a spec and tests. And step 4 (_refactoring_)? You think the business is going to let you take code that's already working make it "better" without making any functional changes? That's going to go right out the window.
4444

4545
What's left?
4646

0 commit comments

Comments
 (0)