rfc:trailing-comma-function-args
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rfc:trailing-comma-function-args [2013/02/19 18:20] – [The patch] A better patch pollita | rfc:trailing-comma-function-args [2025/04/03 13:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Request for Comments: | + | ====== Request for Comments: |
* Version: 1.0 | * Version: 1.0 | ||
* Date: 2013-02-19 | * Date: 2013-02-19 | ||
* Author: Sara Golemon < | * Author: Sara Golemon < | ||
- | * Status: | + | * Status: |
* First Published at: http:// | * First Published at: http:// | ||
Line 30: | Line 30: | ||
Which means that adding additional parameters to the call forces touching both the new line and the prior one, which is bad for VCS history. | Which means that adding additional parameters to the call forces touching both the new line and the prior one, which is bad for VCS history. | ||
- | This RFC proposes to allow trailing commas in function and method call argument lists. | + | Similarly, |
- | ===== The patch ===== | + | <?php |
+ | // Invalid currently | ||
+ | function foo( | ||
+ | | ||
+ | ) { | ||
+ | /* ... */ | ||
+ | } | ||
- | Could not be much simpler... | + | This RFC proposes to allow trailing commas in function and method call argument lists and function argument declarations. |
- | diff --git a/ | + | ===== The patch ===== |
- | index ccbc9b1..6b6de2e 100644 | + | |
- | --- a/ | + | |
- | +++ b/ | + | |
- | @@ -542,7 +542,7 @@ optional_class_type: | + | |
- | + | ||
- | | + | |
- | ' | + | |
- | - | + | |
- | + | + | |
- | | ' | + | |
- | ; | + | |
- | + | ||
+ | https:// | ||
+ | |||
+ | HipHop version: https:// | ||
===== What's left out on purpose ===== | ===== What's left out on purpose ===== | ||
Line 72: | Line 69: | ||
} | } | ||
- | ===== Tests ===== | + | ===== Vote ===== |
+ | |||
+ | Note: Consideration for 5.6 inclusion, not 5.5. | ||
+ | |||
+ | <doodle | ||
+ | title=" | ||
+ | * Yes | ||
+ | * No | ||
+ | </ | ||
- | Yes, I'll write some. | + | ===== Changelog ===== |
+ | * Expanded proposal to include declarations as well as arguments 2013-02-20 11:23 GMT |
rfc/trailing-comma-function-args.1361298017.txt.gz · Last modified: 2025/04/03 13:08 (external edit)