Skip to content

Naming convention in BaseRepository #3

@dominicbartl

Description

@dominicbartl

The BaseRepository should follow the method naming convention of

get...() will return only one result and throw an error if no result was found

find...() will return only one result and return null if no result was found

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions