Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
No, the srrow functions in javascript remind me of the lambda functions in other languages.
-
Yesterday Rider IDE also suggested a rewrite for my code:
GameObject g = SomeFunction();
g = g != null ? g : null;

I’m new to C# and Visual Studio gave me an option to change the way I wrote the main function.
It gave me this.
Does this remind you of fat arrow function in JavaScript?
rant