elroydsilva

Stories kicked by elroydsilva

NCrunch, The Incredible TDD Tool!(www.ellogical.com)

submitted by elroydsilvaelroydsilva(100) 3 months, 20 days ago

A review of the TDD tool 'NCrunch'. read more...

add a comment |category: |Views: 502

tags: another

Defining custom Dictionary keys in C#(www.ellogical.com)

submitted by elroydsilvaelroydsilva(100) 3 months, 23 days ago

Ever so often we come across cases where we need to store objects mapped to other objects in a Dictionary. And in most of these cases, the default solution of using the object reference as a key doesn’t really work... read more...

add a comment |category: |Views: 10

tags: another

New tools for your TDD arsenal(www.beletsky.net)

submitted by dpetersondpeterson(4397) 3 months, 23 days ago

Alexander Beletsky shares a list of sweet new TDD tools to retrofit into your current load-out, including a tool to automatically re-run tests as you make changes to source code, a replacement for Moq, and some awesome fluent assertions. read more...

add a comment |category: |Views: 393

tags: another

Write to a console window from a Windows application(www.ellogical.com)

submitted by elroydsilvaelroydsilva(100) 3 months, 24 days ago

Ever wondered how you could write out to a separate console window from your Windows application rather than writing to a log file? You might need to do that for a number of reasons – mostly related to debugging. Here’s how you do it... read more...

1 comment |category: |Views: 169

tags: another

10 Programming Proverbs Every Developer Should Know(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 7 months ago

Proverbs are used to express universal truths or life lessons in a short and memorable fashion. I find that they are a great way to keep things in perspective, both in life and in work. Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal. read more...

add a comment |category: |Views: 1213

tags: another

Developer's Stash - 10 things I do to code better(geekswithblogs.net)

submitted by elroydsilvaelroydsilva(100) 3 years, 8 months ago

A short compilation of stuff I do to write better code everyday. read more...

add a comment |category: |Views: 17

tags: another

Dynamic bitsets not supported in C++ STL(geekswithblogs.net)

submitted by elroydsilvaelroydsilva(100) 3 years, 8 months ago

An annoying and frustrating experience with the lack of a useful feature in C++ STL read more...

add a comment |category: |Views: 3

tags: another

Developer's Stash - ClearCase and my uncontrolled source(geekswithblogs.net)

submitted by elroydsilvaelroydsilva(100) 3 years, 8 months ago

A short and annoying experience with Rational ClearCase installed with Visual Studio 2005. read more...

add a comment |category: |Views: 5

tags: another

Efficient XML processing(geekswithblogs.net)

submitted by elroydsilvaelroydsilva(100) 3 years, 8 months ago

This post describes both, a conventional as well as a different (and probably better) way of processing XML tags. read more...

add a comment |category: |Views: 11

tags: another

Top 10 Things That Annoy Programmers(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 8 months ago

Programmers all have their personal pet peeves. Whether it's scope creep, Hungarian notation, or smelly coworkers, there are certain nuisances that we must put up with in our line of work. The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow along with some of my own experiences as a programmer: read more...

1 comment |category: |Views: 946

tags: another