-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Labels
breaking changeThis could break existing codeThis could break existing code
Milestone
Description
The parameter names are very weird for day-to-day use:
LocalDateTime(year = 2021, monthNumber = 1, dayOfMonth = 1, hour = 12)
I don't care that month
is a number. That's what we have a type system for.
OfMonth
for day
is also redundant as that's obvious from the context.
public constructor(year: Int, monthNumber: Int, dayOfMonth: Int, hour: Int, minute: Int, second: Int = 0, nanosecond: Int = 0) |
manueldidonna and hrach
Metadata
Metadata
Assignees
Labels
breaking changeThis could break existing codeThis could break existing code