xerxesb

Stories submitted by xerxesb

Specification Testing in .NET using Ruby(xerxesb.com)

submitted by xerxesbxerxesb(60) 3 years, 1 month ago

The purpose of this post is to run through a process which will ultimately allow you to write Ruby based specifications for your .NET code. Why would you want to do this? The intended purpose for this practice is to gain the most benefit when doing BDD. Trying to do BDD in C# results in a lot of syntactical noise in the code which distracts from the goal of having clear, readable specifcations of how the intended function should behave. The advantage of using Ruby is that the scripted nature of the language allows physical (as well as logical) separation of speficiations from code, opening up the realm of possibility that specifications are written by non-technical folk. Furthermore, the Ruby syntax lends itself to building DSLs perfect for the purpose of allowing clean, almost human-readable code. read more...

add a comment |category: |Views: 21

tags: another

What's In A Code Review?(xerxesb.com)

submitted by xerxesbxerxesb(60) 3 years, 3 months ago

What happens during a “code review”? There’s no single answer to this question and my experience is that it varies considerably based on a number of factors. After thinking for a little bit about what I do when code reviewing, I came up with a list of stages in a code review and figured I might just share it with everyone. read more...

1 comment |category: |Views: 314

tags: another

XBAP Is Cached When Running Without Debugger(xerxesb.com)

submitted by xerxesbxerxesb(60) 3 years, 7 months ago

When i’m creating an XBAP project in Visual Studio and run it without the debugger, the XBAP gets cached somewhere and any subsequent changes don’t show up - It keeps running the old XBAP file. read more...

add a comment |category: |Views: 3

tags: another