Add daily emails and archive
This commit is contained in:
parent
7ec664a810
commit
e2b6832598
379 changed files with 11132 additions and 0 deletions
14
source/_daily_emails/2023-06-11.md
Normal file
14
source/_daily_emails/2023-06-11.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: >
|
||||
Failing fast
|
||||
pubDate: 2023-06-11
|
||||
permalink: >-
|
||||
archive/2023/06/11/failing-fast
|
||||
tags: []
|
||||
---
|
||||
|
||||
Usually, failing fast in software development refers to errors in code, but another interpretation of this is "What's the quickest and simplest way to validate or prove an idea"?
|
||||
|
||||
If it's fixing a bug or architecting a new feature, what's the simplest thing that can be done to achieve that? It could be writing a technical document or creating a simple proof of concept rather than building the entire feature.
|
||||
|
||||
If it fails, your sunk cost is low as you've not invested much time, money or energy.
|
Loading…
Add table
Add a link
Reference in a new issue