Add daily email for 2024-05-29
Make it easy
This commit is contained in:
parent
a00717208c
commit
d0db4b0917
24
source/_daily_emails/2024-05-29.md
Normal file
24
source/_daily_emails/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…
Reference in a new issue