anibalsanchez's avatar

Anibal Sanchez

anibalsanchez

Member since

55

Total Reputation

3

Total Arguments

3

Total Votes for Arguments

Arguments and votes

1

Interfaces must be OO contracts without code. PHP already has the traits to implement shared methods. Mixing both wouldn't be of any help.

Share:
Read the RFC: Interface Default Methods anibalsanchez avatar
anibalsanchez
voted no
2

The function scope must be respected in all cases. Function without scopes and default "use all variables" would be confusing. If you have nested closures, where the scope ends. Closures would be a nightmare like JavaScript functions.

Share:
Read the RFC: Short Closures 2.0 anibalsanchez avatar
anibalsanchez
voted no
1

The new syntax is noisy. It adds more cognitive load to the currently available function invocation methods.

The existing libraries supporting pipelining do it fine without extending the language syntax.

Share:
Read the RFC: The Pipe Operator anibalsanchez avatar
anibalsanchez
voted no
RSS Feed Contribute Watch on YouTube Our License
© 2024 RFC Vote. This project is open source. Contribute and collaborate with us!