2011-12-31
C# Bloopers
Please do not get me wrong; C# is awesome. It is the language of my choice, even though I am pretty well versed in C++ and Java. That having been said, it cannot be denied that C# has its share of flaws, too. In this series of posts I am documenting some of them, in no particular order.
C# Blooper №1: No warnings about uninitialized readonly members when the class is public and the member is public, protected or protected internal.
C# Blooper №2: No warnings about accessing uninitialized members.
C# Blooper №3: No warnings about fields having already been initialized.
Stay tuned, there is more to come.
-
Labels:
C#,
C# Bloopers
| Reactions: |
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment