sommardahl

Stories kicked by sommardahl

Encrypted Code: How to Get Your Code Completely Re-Written(www.awkwardcoder.com)

submitted by sommardahlsommardahl(85) 9 months, 15 days ago

What happens when you write unreadable spaghetti code? It gets re-written by the next guy. read more...

1 comment |category: |Views: 26

tags: another

Exceptional Code(www.awkwardcoder.com)

submitted by sommardahlsommardahl(85) 11 months, 8 days ago

When do you throw an exception? I never asked myself that question until a few weeks ago when some guys on my team started wondering aloud. I suppose I never asked because I just threw exceptions whenever I felt like it. But the question on the minds of my collegues has got me thinking too. When should I throw exceptions? read more...

add a comment |category: |Views: 88

tags: another

Teaching a String Calculator How To Behave(www.awkwardcoder.com)

submitted by sommardahlsommardahl(85) 1 year, 7 months ago

A demonstration of the behavior-driven development (BDD) process using Machine.Specification (mspec for short) and Roy Osherove's "String Calculator Kata". read more...

add a comment |category: |Views: 11

tags: another

End the Tyranny of System Time(www.awkwardcoder.com)

submitted by sommardahlsommardahl(85) 1 year, 8 months ago

System Time is a silent but deadly dependency that you might not think to inject along with other external dependencies. Read more of the tyranny of System Time and how to dethrone it in your code. read more...

add a comment |category: |Views: 2

tags: another

How to Thrive in Pairs(www.awkwardcoder.com)

submitted by sommardahlsommardahl(85) 1 year, 8 months ago

Pair Programming works and this article explains how. read more...

add a comment |category: |Views: 107

tags: another

10 Ways to Kill Pair Programming(www.awkwardcoder.com)

submitted by sommardahlsommardahl(85) 1 year, 8 months ago

A satirical presentation of Pair Programming and how to prevent it from working. read more...

add a comment |category: |Views: 339

tags: another