You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
Currently, the Herd and ElePHPant models both use a DateTime type for formedOn and adoptedOn respectively.
The precision of these times can be limited to seconds, because that is the most precise value the domain is interested in. This means creating value objects that disregard the microseconds.
It also warrants the creation of a system clock that can be used to retrieve the system time.
Currently, the Herd and ElePHPant models both use a DateTime type for formedOn and adoptedOn respectively.
The precision of these times can be limited to seconds, because that is the most precise value the domain is interested in. This means creating value objects that disregard the microseconds.
It also warrants the creation of a
system clock
that can be used to retrieve the system time.See http://rosstuck.com/precision-through-imprecision-improving-time-objects
The text was updated successfully, but these errors were encountered: