Skip to content

Commit 5f5e20c

Browse files
committed
fix link
1 parent a9ceb20 commit 5f5e20c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

blog/2014/role-based-thinking.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1>Role-based thinking – an experiment</h1>
5858

5959
<p><em>12 November 2014</em></p>
6060

61-
<p><p>I have <a href="../2010/dns-aliasing.html">previously written</a> about the importance of thinking in terms of functional behavior rather than merely in terms of capability. That is, why we are doing something is at least as important as how we are doing it. Now, maybe I’ve been overdoing the whole Scrum thing lately (not likely), but I’ve started thinking more in terms of roles when I formulate tasks for my team. My old way of thinking (which I still frequently fall back into) goes something like this:</p>
61+
<p><p>I have <a href="blog/2010/dns-aliasing.html">previously written</a> about the importance of thinking in terms of functional behavior rather than merely in terms of capability. That is, why we are doing something is at least as important as how we are doing it. Now, maybe I’ve been overdoing the whole Scrum thing lately (not likely), but I’ve started thinking more in terms of roles when I formulate tasks for my team. My old way of thinking (which I still frequently fall back into) goes something like this:</p>
6262
<blockquote>
6363
<p>We have a lot of technical debt. We need to remove unused dependencies from our build. We need to improve our test coverage. We need to improve our release process. We need to be able to onboard new team members more easily. We need a more robust continuous integration environment. We need to make troubleshooting easier for production support. We need to fully externalize our application configuration. We need to minimize the impact of poor change management on the part of our upstream dependencies….</p>
6464
</blockquote>

feed.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<atom:link href="https://nathansgreen.github.io/feed.xml" rel="self" type="application/rss+xml" />
77
<description>JBake Bootstrap Template</description>
88
<language>en-gb</language>
9-
<pubDate>Tue, 23 May 2017 11:42:01 -0500</pubDate>
10-
<lastBuildDate>Tue, 23 May 2017 11:42:01 -0500</lastBuildDate>
9+
<pubDate>Tue, 23 May 2017 11:45:23 -0500</pubDate>
10+
<lastBuildDate>Tue, 23 May 2017 11:45:23 -0500</lastBuildDate>
1111

1212
<item>
1313
<title>Unit Tests as Experiments</title>
@@ -27,7 +27,7 @@
2727
<pubDate>Wed, 12 Nov 2014 00:00:00 -0600</pubDate>
2828
<guid isPermaLink="false">blog/2014/role-based-thinking.html</guid>
2929
<description>
30-
&lt;p&gt;I have &lt;a href=&quot;../2010/dns-aliasing.html&quot;&gt;previously written&lt;/a&gt; about the importance of thinking in terms of functional behavior rather than merely in terms of capability. That is, why we are doing something is at least as important as how we are doing it. Now, maybe I’ve been overdoing the whole Scrum thing lately (not likely), but I’ve started thinking more in terms of roles when I formulate tasks for my team. My old way of thinking (which I still frequently fall back into) goes something like this:&lt;/p&gt;
30+
&lt;p&gt;I have &lt;a href=&quot;blog/2010/dns-aliasing.html&quot;&gt;previously written&lt;/a&gt; about the importance of thinking in terms of functional behavior rather than merely in terms of capability. That is, why we are doing something is at least as important as how we are doing it. Now, maybe I’ve been overdoing the whole Scrum thing lately (not likely), but I’ve started thinking more in terms of roles when I formulate tasks for my team. My old way of thinking (which I still frequently fall back into) goes something like this:&lt;/p&gt;
3131
&lt;blockquote&gt;
3232
&lt;p&gt;We have a lot of technical debt. We need to remove unused dependencies from our build. We need to improve our test coverage. We need to improve our release process. We need to be able to onboard new team members more easily. We need a more robust continuous integration environment. We need to make troubleshooting easier for production support. We need to fully externalize our application configuration. We need to minimize the impact of poor change management on the part of our upstream dependencies….&lt;/p&gt;
3333
&lt;/blockquote&gt;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h1>Blog</h1>
6363
<p>The BDD way of structuring tests fits this approach pretty well. Given some initial conditions, when this thing occurs, then I expect this outcome. The difference is that instead of encoding requirements, I&rsquo;m encoding hypotheses.</p></p>
6464
<a href="blog/2014/role-based-thinking.html"><h1>Role-based thinking – an experiment</h1></a>
6565
<p>12 November 2014</p>
66-
<p><p>I have <a href="../2010/dns-aliasing.html">previously written</a> about the importance of thinking in terms of functional behavior rather than merely in terms of capability. That is, why we are doing something is at least as important as how we are doing it. Now, maybe I’ve been overdoing the whole Scrum thing lately (not likely), but I’ve started thinking more in terms of roles when I formulate tasks for my team. My old way of thinking (which I still frequently fall back into) goes something like this:</p>
66+
<p><p>I have <a href="blog/2010/dns-aliasing.html">previously written</a> about the importance of thinking in terms of functional behavior rather than merely in terms of capability. That is, why we are doing something is at least as important as how we are doing it. Now, maybe I’ve been overdoing the whole Scrum thing lately (not likely), but I’ve started thinking more in terms of roles when I formulate tasks for my team. My old way of thinking (which I still frequently fall back into) goes something like this:</p>
6767
<blockquote>
6868
<p>We have a lot of technical debt. We need to remove unused dependencies from our build. We need to improve our test coverage. We need to improve our release process. We need to be able to onboard new team members more easily. We need a more robust continuous integration environment. We need to make troubleshooting easier for production support. We need to fully externalize our application configuration. We need to minimize the impact of poor change management on the part of our upstream dependencies….</p>
6969
</blockquote>

0 commit comments

Comments
 (0)