|
|
|
|
|
by nachexnachex
3154 days ago
|
|
It is. It allows to search for function declarations with the regex '^[^( ]+[(]' (or similar) -- while more common in the past, many have adopted it and keep using it. Personally I've come to find it nice to read, particularly when you're returning complex, long types. |
|