File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ The observer pattern is a great way to let those mostly unrelated lumps talk to
623623each other without them merging into one big lump. It's less useful * within* a
624624single lump of code dedicated to one feature or aspect.
625625
626- That's why it fit our example well: achievements and physics are almost entirely
626+ That's why it fits our example well: achievements and physics are almost entirely
627627unrelated domains, likely implemented by different people. We want the bare
628628minimum of communication between them so that working on either one doesn't
629629require much knowledge of the other.
Original file line number Diff line number Diff line change @@ -677,7 +677,7 @@ <h3><a href="#what's-going-on" name="what's-going-on">What’s going on?</a>
677677< p > The observer pattern is a great way to let those mostly unrelated lumps talk to
678678each other without them merging into one big lump. It’s less useful < em > within</ em > a
679679single lump of code dedicated to one feature or aspect.</ p >
680- < p > That’s why it fit our example well: achievements and physics are almost entirely
680+ < p > That’s why it fits our example well: achievements and physics are almost entirely
681681unrelated domains, likely implemented by different people. We want the bare
682682minimum of communication between them so that working on either one doesn’t
683683require much knowledge of the other.</ p >
You can’t perform that action at this time.
0 commit comments