Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 0f2cfc4

Browse files
authored
Update fail-fast.js
1 parent 6fcc60b commit 0f2cfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/fail-fast.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const SecondPage = () => (
3030
<h4>The Battleship Analogy</h4>
3131
<p>What we do not know is information we can use to improve. Let’s look at the example of battleship, the guessing game where we have to sink the hidden fleets of our opponent.</p>
3232

33-
<p>When we hit the water, that, can certainly feel like lack of success, if seen through the lens of someone who is too close to that move. In truth, what is perceived as failure here, actually increases our knowledge and keeps us from spending time where we don’t have anything to gain. Knowing where not to look is important and can become a great advantage after some time, like in the studying strategy.</p>
33+
<p>When we hit the water, that, can certainly feel like lack of success, if seen through the lens of someone who is too close to that move. In truth, what can be perceived as failure here, actually increases our knowledge and keeps us from spending time where we don’t have anything to gain. Knowing where not to look is important and can become a great advantage after some time, like in the studying strategy.</p>
3434

3535
<h4>Lean Startups</h4>
3636
<p>When it comes to building new tech-enabled products, we work with assumptions about what a group of people need and want. We don’t actually know if they’ll want our solution. To reduce the feedback loop and learn about what not to build we put something in front of users as soon and as often as possible. – This is especially important. There are plenty of “ideas” but resources are pretty scarce.</p>

0 commit comments

Comments
 (0)