daily-email: add 2023-11-07
It depends
This commit is contained in:
parent
e2c132577d
commit
2c1a977f5a
37
src/content/daily-email/2023-11-07.md
Normal file
37
src/content/daily-email/2023-11-07.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
title: >
|
||||
It depends
|
||||
pubDate: 2023-11-07
|
||||
permalink: >
|
||||
archive/2023/11/07/it-depends
|
||||
tags:
|
||||
- software-development
|
||||
---
|
||||
|
||||
Usually, in software development, there isn't always a definitive black-and-white answer to a question or situation.
|
||||
|
||||
Most of the time, the answer is "it depends".
|
||||
|
||||
How you approach a problem depends on context.
|
||||
|
||||
How long do you have?
|
||||
|
||||
Are you working on the final version or a prototype or minimum-viable product?
|
||||
|
||||
Should you use a contributed module or write one yourself?
|
||||
|
||||
What if an existing module hasn't been updated for some time or doesn't have tests or other quality checks included?
|
||||
|
||||
Do you write custom CSS or use a framework like Tailwind CSS or Bootstrap?
|
||||
|
||||
Should this project be written in this framework or CMS, or would a different one be better suited?
|
||||
|
||||
## Here's the thing...
|
||||
|
||||
There are usually multiple approaches to achieve the same result.
|
||||
|
||||
Decisions will depend on a combination of various factors. In a different situation, the answer could be different.
|
||||
|
||||
This doesn't make any solution outright wrong.
|
||||
|
||||
It was right given the situation.
|
Loading…
Reference in a new issue