Skip to content

Commit

Permalink
Fix typo: 'unknowns' (gaearon#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikkuzu authored and gaearon committed Jan 17, 2020
1 parent 112b866 commit 417c9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/goodbye-clean-code/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ I sure didn't think deeply about any of those things. I thought a lot about how

Coding is a journey. Think how far you came from your first line of code to where you are now. I reckon it was a joy to see for the first time how extracting a function or refactoring a class can make convoluted code simple. If you find pride in your craft, it is tempting to pursue cleanliness in code. Do it for a while.

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.
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 unknowns.

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

0 comments on commit 417c9c2

Please sign in to comment.