Skip to content

Make interface more fluent #8

@clphillips

Description

@clphillips

Look into making the interface more fluent in 2.0.

Instead of:

->every()
->minutes(5)

Consider:

->every(5)
->minutes()

Need to look at how this impacts both every() and only(), and their respective periods. Definitely want to avoid having minutes() and minute() used for the same purpose, e.g.:

This would be bad

->every(5)
->minute()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions