Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rattfieldnz/strategydesignclock
This is another example of the Strategy Design pattern, coded in C#. The user can select which format they want to display the time (analogue or digital), and change their choice while the clock is running.
https://github.com/rattfieldnz/strategydesignclock
Last synced: 2 days ago
JSON representation
This is another example of the Strategy Design pattern, coded in C#. The user can select which format they want to display the time (analogue or digital), and change their choice while the clock is running.
- Host: GitHub
- URL: https://github.com/rattfieldnz/strategydesignclock
- Owner: rattfieldnz
- Created: 2014-03-17T01:41:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T01:47:17.000Z (over 10 years ago)
- Last Synced: 2024-10-12T10:47:09.446Z (about 1 month ago)
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
StrategyDesignClock
===================This is another example of the Strategy Design pattern, coded in C#. The user can select which format they want to display the time (analogue or digital), and change their choice while the clock is running. First you select "Analogue" or "Digital", then click the (only) button on the form to turn the clock on. After clocking the button, the text will change to "Turn Clock Off".