Archives
-
Viking Law #1
Today, while reading this old post from Emil Gustafsson about the Viking Laws and how they can be projected into the software development context, I just can’t stop thinking that his first law interpretation is missing one of the most important, if not not the most important, commandment.
-
Enum types, FlagsAttribute & Zero value – Part 2
In my previous post I wrote about why you should pay attention when using enum value Zero.
-
Enum types, FlagsAttribute & Zero value
We all know about Enums types and use them every single day. What is not that often used is to decorate the Enum type with the FlagsAttribute.