Viewing profile — CyrusNajmabadi
CyrusNajmabadi
HN member- Joined
- Thu, Aug 25, 2016, 2:20 AM UTC
- HN karma
- 88
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About CyrusNajmabadi
No profile information was provided.
Recent public activity
-
comment
Comment #12356739
Sure. Write a Roslyn analyzer to help out here. Note: it's not like you can just sprinkle 'ref' on the return type of your methods willy nilly. Like 'ref'/'out' parameters, it requ…
-
comment
Comment #12356658
Hi David, language designer here. Can you give an example of where you'd want to take advantage of this in C#? Thanks!
-
comment
Comment #12356639
Hi there! C# language designer here. You can see (and participate in) the discussion on records here if you'd like: https://github.com/dotnet/roslyn/issues/10154 > Seems like it'd …
-
comment
Comment #12356628
Hi there, C# language designer here. I don't really see your example in that way. Let's start with the latter one first: > bar(out *); // oops, not I; was up too late coding I'm no…
-
comment
Comment #12356612
Hey there, C# language designer here. > Out variables seem like a mis-feature, especially when they are adding a better alternative (Tuples) in the same release. Out variables are …