|
|
|
|
|
by david_allison
892 days ago
|
|
C# introduced `#nullable enable` to change the behaviour of reference types. Java could do the same to change the behaviour of `$` inside a string (along with a project-level config to make this the default). Let developers opt-in to better syntax, rather than using significantly worse syntax to support legacy code https://learn.microsoft.com/en-us/dotnet/csharp/nullable-mig... |
|