Krzysztof Cwalina

Designing Reusable Frameworks
Posts
  • Krzysztof Cwalina

    Clearing Enum Flags

    • 4 Comments
    UPDATE: It looks like I am confusing a lot of people with this article. I wanted to write an article about something else than the title suggests (how flags enum are built) but I did not explain it well and what’s more important I forgot to mention the...
  • Krzysztof Cwalina

    Poll: Attribute Design

    • 37 Comments
    I would like to run a quick poll. Which design do you prefer for a set of related attributes and why? Option #1: Several Attribute Types: public class AaaaFooAttribute: Attribute { } public class BbbbFooAttribute: Attribute { } public class...
Page 1 of 1 (2 items)