rfc:shortsyntaxforfunctions

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rfc:shortsyntaxforfunctions [2011/06/01 15:07] – [Introduction] tony2001rfc:shortsyntaxforfunctions [2011/06/01 15:07] – [Syntax] tony2001
Line 20: Line 20:
 I'd personally propose to use dashes and dots for everything of the above. It's short and you can read it really fast. I'd personally propose to use dashes and dots for everything of the above. It's short and you can read it really fast.
  
 +
 +Example code:
 +
 +<code php>
 +function some_long_function_name($array_parameter_omg, $some_more)
 +{
 + --here_be_dragons--
 +}
 +</code>
 +
 +New short non-ugly easily readable example code:
 +
 +<code php>
 +. .[., .].
 +.
 + --...._.._......--
 +.
 +</code>
 ===== Proposal and Patch ===== ===== Proposal and Patch =====
  
rfc/shortsyntaxforfunctions.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1