|
|
|
|
|
by Pxtl
4651 days ago
|
|
I have to agree. I code in C#. I often grouse about certain cases where we use characters instead of words - particularly in boolean logic (I find SQL code with AND and OR and NOT far more readable than C-ish characters)... and especially since the => operator is a perversion of comparison... I mean, it feels like a backwards less-than-or-equal. But after diving headlong into C#'s various lambda and LINQ features, it's become quite natural, at least for cases where you're creating a function in-line as an argument to another call. If I were coding more Javascript? I'd probably deprecate the function() syntax with its "this" re-binding misfeature altogether. |
|