-
Notifications
You must be signed in to change notification settings - Fork 0
04. Constants Module
gabriel edited this page Jan 27, 2024
·
1 revision
The Constants
module in Task Tempus defines essential constants and time-related values. Understanding each constant is crucial for comprehending the program's behavior.
-
CLEAR_COMMAND
: Platform-specific command for clearing the console. -
SECONDS_PER_HOUR
: Number of seconds in an hour. -
SECONDS_PER_MINUTE
: Number of seconds in a minute. -
INTERRUPTED
: Flag to track program interruption status.
These constants provide flexibility, enabling the program to adapt to different platforms and time-related calculations.