Update performance.md

Remove redundant words
This commit is contained in:
Hafiz Jefri 2019-04-22 14:25:16 +08:00 committed by GitHub
parent 40d484f07b
commit 4cc3149370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ will give a skewed view of where the bottlenecks will be in the finished system.
TODO: How to avoid/detect "Death by 1000 cuts" from poorly written software.
Solution: "Premature pessimization is the root of all evil". This matches with
my Rule 1: Be deliberate. You don't need to write every line of code to be code
my Rule 1: Be deliberate. You don't need to write every line of code
to be fast, but neither should by default do wasteful things.
"Premature pessimization is when you write code that is slower than it needs to