Skip to content

Commit

Permalink
Typo fixed (begrudgingly) (gaearon#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaorak authored and gaearon committed Jan 14, 2020
1 parent 9c97cfb commit 47ba1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/goodbye-clean-code/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ It was already late at night (I got carried away). I checked in my refactoring t

My boss invited me for a one-on-one chat where they politely asked me to revert my change. I was aghast. The old code was a mess, and mine was *clean*!

I begrudginly complied, but it took me years to see they were right.
I begrudgingly complied, but it took me years to see they were right.

## It’s a Phase

Expand All @@ -178,4 +178,4 @@ Coding is a journey. Think how far you came from your first line of code to wher

But don't stop there. Don't be a clean code zealot. Clean code is not a goal. It's an attempt to make some sense out of the immense complexity of systems we're dealing with. It's a defense mechanism when you're not yet sure how a change would affect the codebase but you need guidance in a sea of unknows.

Let clean code guide you. **Then let it go.**
Let clean code guide you. **Then let it go.**

0 comments on commit 47ba1de

Please sign in to comment.