Move daily emails into the blog page
This commit is contained in:
parent
be69398931
commit
1b8441608f
828 changed files with 9 additions and 196 deletions
24
source/_posts/2024-05-29.md
Normal file
24
source/_posts/2024-05-29.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: Make it easy
|
||||
date: 2024-05-29
|
||||
permalink: daily/2024/05/29/make-it-easy
|
||||
tags:
|
||||
- software-development
|
||||
cta: d7eol
|
||||
snippet: |
|
||||
What can you do to make your current task easier to achieve?
|
||||
---
|
||||
|
||||
What can you do to make your current task easier to achieve?
|
||||
|
||||
Can you refactor the existing code to make it easier to change?
|
||||
|
||||
Are there requirements that are no longer needed and can be de-scoped to make the code simpler or smaller?
|
||||
|
||||
Is there a more minimum-viable version that you can release now and iterate on it later?
|
||||
|
||||
Is there an existing solution, such as a library, module or plugin you can use instead of implementing it yourself?
|
||||
|
||||
Is there a different or simpler implementation that satisfies most of the requirements that you can use?
|
||||
|
||||
Taking an easier option means less code to maintain and a more stable application.
|
Loading…
Add table
Add a link
Reference in a new issue