You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But three of the following also use Invoke but without the Calendar prefix https://tc39.es/proposal-temporal/#sec-temporal-datefromfields
12.1.24 DateFromFields ( calendar, fields, options )
12.1.25 YearMonthFromFields ( calendar, fields [ , options ] )
12.1.26 MonthDayFromFields ( calendar, fields [ , options ] )
Could we rename it to follow the same naming patter as
12.1.24 CalendarDateFromFields ( calendar, fields, options )
12.1.25 CalendarYearMonthFromFields ( calendar, fields [ , options ] )
12.1.26 CalendarMonthDayFromFields ( calendar, fields [ , options ] )
to make it easier to understand.
Not very important but I think it may make the spec easier to follow.
The text was updated successfully, but these errors were encountered:
Naming these in line with all the other CalendarFoo operations that call
the 'foo' method of the given calendar, makes them easier to understand
when reading the spec text.
Closes: #1670
Naming these in line with all the other CalendarFoo operations that call
the 'foo' method of the given calendar, makes them easier to understand
when reading the spec text.
Closes: #1670
This is just an Editorial request to make our spec easier to follow
Currently we have many AOs named CalendarXXXX which all have pattern like
in 12.1.5 - 12.1.8
or pattern like
in 12.1.9 - 12.1.20
But three of the following also use Invoke but without the Calendar prefix
https://tc39.es/proposal-temporal/#sec-temporal-datefromfields
12.1.24 DateFromFields ( calendar, fields, options )
12.1.25 YearMonthFromFields ( calendar, fields [ , options ] )
12.1.26 MonthDayFromFields ( calendar, fields [ , options ] )
Could we rename it to follow the same naming patter as
12.1.24 CalendarDateFromFields ( calendar, fields, options )
12.1.25 CalendarYearMonthFromFields ( calendar, fields [ , options ] )
12.1.26 CalendarMonthDayFromFields ( calendar, fields [ , options ] )
to make it easier to understand.
Not very important but I think it may make the spec easier to follow.
The text was updated successfully, but these errors were encountered: