Project

General

Profile

Feature #1810

expand use of varargs in the runtime

Added by Eric Faulhaber over 11 years ago. Updated over 7 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
16.00 h
billable:
No
vendor_id:
GCD
version:

History

#1 Updated by Eric Faulhaber over 11 years ago

There are a number of places in the runtime where the use of variable argument lists would improve the readability of the business logic. We need to identify these places (typically, where we have arrays of Object or other types today) and determine the feasibility of replacing the current APIs with ones that support varargs. For this, we need to determine whether each API can be supported such that the varargs list is at the end of the parameters without making the API ambiguous. Of course, the rules which convert code that uses these APIs would have to be changed accordingly.

#2 Updated by Greg Shah over 11 years ago

  • Target version set to Code Improvements

#3 Updated by Greg Shah over 7 years ago

  • Target version deleted (Code Improvements)

Also available in: Atom PDF