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
-
Do as the Romans. Orgies and upper case. And communal ass wipe sponges. I think they got at least one thing right.
-
Lensflare2232824hC#:
"You want a public property and name it the same as its type? Well fuck right off then!" -
PaperTrail1044722h@Lensflare
The only proper way C# should have handled class types is prefixing them with T. TCustomer, TString, etc.
And don't get me started on why C# (or any programming language) has to be case-sensitive.
Replace all that {...} nonsense with with begin...end
That's the start of a beautiful language. -
Lensflare2232822h@PaperTrail lol
Disagree on everything that you said 😂
> Replace all that {...} nonsense with with begin...end
I just threw up a little. -
retoor207322h@PaperTrail ofcourse case sensitive. You want to be able to declare person variable for Person class instance right? Also, it's for performance better.
-
@retoor > "Also, it's for performance better."
I think it was to pander to the C/C++ crowd.
Language compiler performance hasn't been a thing since the 90s. Delphi/Pascal, Visual Basic, etc proved that over and over again.
Only benefit is in the extreme, like compiling Apex Legends/Call of Duty, which you wouldn't use C#/Java/etc anyway.
No one should be thinking 'I'm going to convert my C# business app to C++ so it compiles faster!'
Related Rants

How do you even come up with shit like this?
I found such a treasure today in the production code.
I really dislike C#'s naming convention of UpperCamelCase public fields but I also don't want to change it for my own projects. After all, when in Rome do as the Romans do and all that
Arghh, I hate decisions ;~;
rant
c#