2024-06-02 00:34:29 +00:00
|
|
|
---
|
|
|
|
title: Make it easy
|
|
|
|
date: 2024-05-29
|
|
|
|
permalink: daily/2024/05/29/make-it-easy
|
|
|
|
tags:
|
2024-09-08 22:09:54 +00:00
|
|
|
- software-development
|
2024-06-02 00:34:29 +00:00
|
|
|
cta: d7eol
|
|
|
|
snippet: |
|
2024-09-08 22:09:54 +00:00
|
|
|
What can you do to make your current task easier to achieve?
|
2024-06-02 00:34:29 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
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.
|