I recently published a number of articles on my blog (http://francois-piette.blogspot.com/). I would like to know what you think about this kind of article. Should I write more similar article ? Do you have any preference about the topics ? Have a look at the other article I wrote and let me know which one you like most.

I recently published a number of articles on my blog (http://francois-piette.blogspot.com/). I would like to know what you think about this kind of article. Should I write more similar article ? Do you have any preference about the topics ? Have a look at the other article I wrote and let me know which one you like most.

Comments

  1. Collections and other newer basics like generics are under used. Your examples are good to understand and might give me ideas how to use them.

    ReplyDelete
  2. Great articles, could you please write about Generics and polymorphism.. I enjoyed your article about "Adding properties to a set"

    ReplyDelete
  3. Generics and polymorphism is indeed an interesting subject.  Supershort clue for how to implement: use a non-generic abstract base class for creating the necessary verbs and functions to use the object abstractly (i.e. without knowing the actual type).

    ReplyDelete

Post a Comment