Skip to content

Commit

Permalink
Fix typos (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Nov 22, 2024
1 parent bfcc8a4 commit 9c24142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ We'll design our code so it accepts an `io.Writer`. This means the caller of our

As always, it's important to think about requirements before diving in too fast. How can we take this large-ish set of requirements and break it down in to a small, achievable step that we can focus on?

In my view, actually viewing content is higher priority than an index page. We could launch this product and share direct links to our wonderful content. An index page which cant link to the actual content isn't useful.
In my view, actually viewing content is higher priority than an index page. We could launch this product and share direct links to our wonderful content. An index page which can't link to the actual content isn't useful.

Still, rendering a post as described earlier still feels big. All the HTML furniture, converting the body markdown into HTML, listing tags, e.t.c.

Expand Down
2 changes: 1 addition & 1 deletion refactoring-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Sadly, badly-factored code gets exponentially worse as engineers pile on complex

**Get in the habit of running through a mental checklist every TDD cycle.** The more you force yourself to practice, the easier it gets. **It is a skill that needs practice.** Remember, each of these changes should not require any change in your tests.

I have included shortcuts for Intellij/Goland, which my colleagues and I use. Whenever I coach a new engineer, I encourage them to try and gain the muscle memory and habit of using these tools to refactor quickly and safely.
I have included shortcuts for IntelliJ/GoLand, which my colleagues and I use. Whenever I coach a new engineer, I encourage them to try and gain the muscle memory and habit of using these tools to refactor quickly and safely.

### Inline variables

Expand Down

0 comments on commit 9c24142

Please sign in to comment.