Anil Philip wrote:
Mike Simmons wrote: you could just call the values() method. But that makes a defensive copy each time, which seems inefficient to some of us.
Why doesn't it just 'intern' the array like with String constants? After all enum values are fixed.
Paul Clapham wrote:But yes, copy and paste is ancient technology which still works.
dimis lakis wrote:
Rob Spoor wrote:Mono was only a way to get .NET Framework 4.x projects to run on Linux, Since .NET 5.0, .NET is crossplatform and there's no longer a need for Mono.
So .net runs without problems at non windows platforms?
I thing Microsoft made an anti-Java platform with C# and .net
Piet Souris wrote:@Rob,
any reason why you used orElseGet instead of orElse?