TDD and refactoring to patterns in C#: how to write a cron parser
Briefly

Designing good software is even more so. That's why best practices and guidelines have been established to avoid complexities and pitfalls.
A cron expression is a string representing a schedule in the cron format.
Our current goal is to write a parser in C# that, given a specific cron expression, returns the next occurrence indicated by the cron expression.
Read at CodeProject
[
add
]
[
|
|
]