Skip to content

Java: Use <CLASS>.create instead of new/constructors #275

@fulghum

Description

@fulghum

For consistency with the Java SDK v2 APIs, consider using static create methods instead of new/constructors. This allows more use of interfaces (with method definitions of course) and keeps the construction experience consistent (not a mix of “news” and builders or static methods).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions