We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e03a24 commit e37006eCopy full SHA for e37006e
assets/style.css
@@ -117,6 +117,10 @@ small {
117
font-size: 0.8em;
118
}
119
120
+em {
121
+ color: #bc74ff;
122
+}
123
+
124
/* backlinks */
125
.backlinks-title {
126
margin-bottom: 0;
blog/2023/my-theory-of-technical-debt.md
@@ -46,9 +46,7 @@ What's left?
46
1. Write code
47
2. Get a code review
48
49
-_Sound familiar?_
50
-
51
-I bet it does.
+Sound familiar? I bet it does.
52
53
Skipping those steps is where technical debt comes from.
54
0 commit comments