Add daily emails and archive
This commit is contained in:
parent
7ec664a810
commit
e2b6832598
379 changed files with 11132 additions and 0 deletions
18
source/_daily_emails/2023-06-15.md
Normal file
18
source/_daily_emails/2023-06-15.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: >
|
||||
Done is better than perfect
|
||||
pubDate: 2023-06-15
|
||||
permalink: >-
|
||||
archive/2023/06/15/done-is-better-than-perfect
|
||||
tags: []
|
||||
---
|
||||
|
||||
Whether I'm doing test-driven development or not, I focus on making the feature work or fixing the bug in the simplest way possible.
|
||||
|
||||
Then, once this is done, I can pass through the code again and refactor it as needed.
|
||||
|
||||
I can split code into separate files, move logic from the Controller into separate services, ensure that patterns like dependency injection are followed, and checks like coding standards and static analysis are passing.
|
||||
|
||||
I might deploy a change in its passing state and leave TODO comments or create follow-up issues to describe potential refactors or changes to be addressed later.
|
||||
|
||||
The main goal is to get the application working and providing value for its users.
|
Loading…
Add table
Add a link
Reference in a new issue