File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ date: 2017-06-02 12:19:58
55categories : Web Development
66toc : false
77meta : " A metaphor for defining the scope of refactoring tasks"
8+ main : " /wp-content/uploads/2017/06/tunnel.jpg"
89---
910
1011In my work, I tend to get involved in a lot of refactoring projects. From
@@ -35,7 +36,7 @@ A concept I came up with to help my clients and their teams tackle these two
3536problems was the idea of a _ Refactoring Tunnel_ .
3637
3738<figure >
38- <img src =" /wp-content/uploads/2017/06/tunnel.jpg " alt = " " / >
39+ <img src =" {{ site.cloudinary }} /wp-content/uploads/2017/06/tunnel.jpg" alt width = " 750 " height = " 499 " loading = " lazy " >
3940</figure >
4041
4142A Refactoring Tunnel is a metaphor in which the length or size of the
@@ -78,7 +79,9 @@ many days—or even weeks—away from us? We have no way of knowing. The uncerta
7879is stressful; it is a gamble. We begin to wish we’d never started, and in total
7980desperation, we do this:
8081
81- $ git reset --hard origin/master
82+ ``` bash
83+ $ git reset --hard origin/master
84+ ```
8285
8386We just throw everything away. We hard reset ourselves to a point in time we
8487knew to be safe—and we do begin to feel safer again—but we have to face up to
You can’t perform that action at this time.
0 commit comments