rfc:anonymous_catch

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:anonymous_catch [2013/06/24 23:40] – Updated PHP target version joostkrfc:anonymous_catch [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 4: Line 4:
   * Date: 2013-06-25   * Date: 2013-06-25
   * Author: Joost Koehoorn, joost.koehoorn@gmail.com   * Author: Joost Koehoorn, joost.koehoorn@gmail.com
-  * Status: Under Discussion+  * Status: Inactive
   * First Published at: http://wiki.php.net/rfc/anonymous_catch   * First Published at: http://wiki.php.net/rfc/anonymous_catch
  
Line 53: Line 53:
   * Runtime needs to perform less checks. No need to update the symboltable, no need to check exception inheritance.   * Runtime needs to perform less checks. No need to update the symboltable, no need to check exception inheritance.
   * People from other languages such as C#, Python and Ruby expect this to work   * People from other languages such as C#, Python and Ruby expect this to work
 +
 +===== Disadvantages =====
 +
 +  * The general consensus of the discussion in the mailinglist is that fully anonymous catches may encourage bad coding practices
  
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
rfc/anonymous_catch.1372117252.txt.gz · Last modified: 2017/09/22 13:28 (external edit)