smudge202 / clean-living

Walking a mile in the shoes of a game developer.
Apache License 2.0
4 stars 0 forks source link

Document clock process #25

Open smudge202 opened 9 years ago

smudge202 commented 9 years ago

Receiving a subscription for a time that has already passed can be handled in several ways:

1) Clock throws exception 2) Clock doesn't notify the component 3) Clock notifies component immediately

For now we have decided Option 2, but add option 3 if it becomes a problem.