|
|
|
|
|
by flowerlad
1866 days ago
|
|
> Explaining to students what public static void main means is pretty annoying and seeing cryptic syntax littered everywhere does not help students when they’re first learning. C# has solved that with "top level statements" [1]. If Java added that then problem solved, right? It's a simple addition. [1] https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csh... |
|