Skip to content

Commit a75e8eb

Browse files
authored
Merge pull request #3348 from yoniLavi/patch-1
Fixed the phrasing of the Ninety–ninety rule
2 parents 331756c + 680ccd2 commit a75e8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/en/part1d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ const App = () => {
12911291
const anecdotes = [
12921292
'If it hurts, do it more often.',
12931293
'Adding manpower to a late software project makes it later!',
1294-
'The first 90 percent of the code accounts for the first 10 percent of the development time...The remaining 10 percent of the code accounts for the other 90 percent of the development time.',
1294+
'The first 90 percent of the code accounts for the first 90 percent of the development time...The remaining 10 percent of the code accounts for the other 90 percent of the development time.',
12951295
'Any fool can write code that a computer can understand. Good programmers write code that humans can understand.',
12961296
'Premature optimization is the root of all evil.',
12971297
'Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.',

0 commit comments

Comments
 (0)