Skip to content

Exercise Java IF: Basics #1

Description

@AnnettLaube

The generated method has a method name "Status" starting with uppercase, which is not recommend by Java coding guidelines.

public String Status(boolean homeworkDone) {
}

better

public String status(boolean homeworkDone) {
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions