Skip to content

Make use of getFirst/getLast #1091

@SimonVerhoeven

Description

@SimonVerhoeven

Is your feature request related to a problem? Please describe.

Not a problem, but there are some occurrences such as .get(scheduleHours.size() - 1) which could be replaced with getLast().

Describe the solution you'd like

To make use of the new convenience methods.

Additional context

similiarly, get(0) will be replaced by getFirst()

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions