Random Post: Mock Object Strategies
RSS .92| RSS 2.0| ATOM 0.3
  • Home
  • About
  • Eric’s Toolset
  • Free Software
  • Software License
  •  

    Are .NET Properties a Mistake?

    April 24th, 2008

    As I mentioned the other day, I’m reading Jeffrey Richter’s book CLR via C# right now. I was kind of surprised to read this statement by the author: “If I had been involved in the design of the .NET Framework and compilers, I would not have offered properties at all…” (p. 218) Read the rest of this entry »


    Guidelines for Method Parameter and Return Types

    April 22nd, 2008

    I’ve been reading Jeffrey Richter’s CLR via C# lately, and just read a section titled “Declaring a Method’s Parameter Types”. That title doesn’t exactly promise a riveting read, but it did a nice job of articulating some guidelines for method parameter and return types, independent of any particular programming language.

    Read the rest of this entry »