Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d0e2fe

Browse files
Fix wording.
The Ballmer Peak XKCD suggests that it's a graph of ability, rather than bug frequency, which should be inversely correlated with ability. A simple change of the wording fixes this terrible mishandling of Ballmer Peak data.
1 parent 303a719 commit 6d0e2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ballmer-peak/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var BallmerPeakCalculator = React.createClass({
3232
<p>
3333
If your BAC is{' '}
3434
<input type="text" onChange={this.handleChange} value={this.state.bac} />
35-
{', '}then <b>{pct}</b> of your lines of code will have bugs.
35+
{', '}then <b>{pct}</b> of your lines of code will be bug free.
3636
</p>
3737
</div>
3838
);

0 commit comments

Comments
 (0)