ElegantCode

A software blog

4 May
2010

Hello World!

Category:General PostTag: :

I wanted to post up a short blog post and thank the people of Elegant Code for the invite.  I am honored to be a member of the community.  My name is Bill Moore, and my passion is Silverlight.  I work with my wife @ Coden UX.   You can find information on our company here: […]

Read More
1 May
2010

Communicating Between Silverlight Applications

Silverlight is a great platform for creating rich internet applications, but a full blown Silverlight app is not a solution to every web application.  Lets face it, the vast majority of web applications will always be some type of server based solution, such as ASP.NET, PHP, JSP, etc…  Everyday I see more and more creative […]

Read More
29 Apr
2010

Scrum and the C-Word

There has been much deriding of both Scrum and the word ?certification? in the past few months. It has become quite vogue to look down on formal training of any kind it seems, particularly among the ALT.NETerati. I get it, and I think several of the criticisms are deserved. Some aren?t. Disclosure I am a […]

Read More
25 Apr
2010

If Self-Documenting Code is the What, Unit Tests are the Why

It is not enough to just write code that is clean and self-documenting.? Eliminating comments and replacing them with clear variable and method names, will tell the reader of your code clearly what it is doing, but it will not properly express why it is doing it. If you recall from my original post on […]

Read More