Skip to content

Use static strings or enumerations where possible #141

@thinkingserious

Description

@thinkingserious

Issue Summary

For the content types, please use static strings or enumerations so that it will look like:
Content content = new Content(Content.TYPE_HTML, "I'm replacing the body tag");

The same thing here:
request.endpoint = "mail/send";

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