atifaziz / NCrontab

Crontab for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider making public crontab field types private

atifaziz opened this issue · comments

Types like ICrontabField and CrontabField needn't be public. Not even the tests require their public access. Consider making them private for the next major release.

This is a design bug.

This would be a breaking change for me. I certainly understand wanting to simplify the public interface, but I hope that CrontabField can be kept around 🤞

Abandoning based on feedback from @MatisseHack.