rfc:conditional_break_continue_return

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
rfc:conditional_break_continue_return [2020/05/16 19:12] – created, first pass ralphschindlerrfc:conditional_break_continue_return [2020/05/16 19:16] – minor edits ralphschindler
Line 5: Line 5:
   * Status: Draft   * Status: Draft
   * First Published at: http://wiki.php.net/rfc/conditional_break_continue_return   * First Published at: http://wiki.php.net/rfc/conditional_break_continue_return
- 
-This is a suggested template for PHP Request for Comments (RFCs). Change this template to suit your RFC.  Not all RFCs need to be tightly specified.  Not all RFCs need all the sections below. 
-Read https://wiki.php.net/rfc/howto carefully! 
- 
- 
-Quoting [[http://news.php.net/php.internals/71525|Rasmus]]: 
- 
-> PHP is and should remain: 
-> 1) a pragmatic web-focused language 
-> 2) a loosely typed language 
-> 3) a language which caters to the skill-levels and platforms of a wide range of users 
- 
-Your RFC should move PHP forward following his vision. As [[http://news.php.net/php.internals/66065|said by Zeev Suraski]] "Consider only features which have significant traction to a 
-large chunk of our userbase, and not something that could be useful in some 
-extremely specialized edge cases [...] Make sure you think about the full context, the huge audience out there, the consequences of  making the learning curve steeper with 
-every new feature, and the scope of the goodness that those new features bring." 
- 
 ===== Introduction ===== ===== Introduction =====
  
Line 50: Line 33:
 </code php> </code php>
  
 +Considering Zeev's quote:
 +
 +> Consider only features which have significant traction to a large chunk of our userbase, and not something that could be useful in some
 +
 +I believe a significant number of developers would start to write conditional return (breaks and continues) as a natural tendency, and without thinking twice, if it were available... And I also believe that there would be, for a large population of developers and immediate benefit in reading code and reviewing code when adopting these kinds of conditional statements for php code that is written in the most popular coding standards that exist today.
  
 ===== Proposal ===== ===== Proposal =====
rfc/conditional_break_continue_return.txt · Last modified: 2022/04/17 18:38 by ilutov