Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » Software Development
Showing page 1 of 2 (13 total posts)
  • Book: Working Effectively With Legacy Code

    Working Effectively with Legacy Code (Robert C. Martin Series): Michael Feathers: Books I've just finished the above book, which was recommended to me by Jeffrey Palermo a few months ago.  It is one of the most useful software development books I've read since Code Complete.  I wish I'd read it years ago, and I'm finding myself ...
    Posted to Steven Smith (Weblog) by ssmith on May 13, 2008
  • Comments in Code Indicate Functions Trying To Escape

    I interviewed a couple of college students earlier this week for internship positions with Lake Quincy Media, and one of them reminded me of my own college days when we were graded in part based on how well commented our code was.  In school, comments are typically there as a "check the block" measure to ensure that the professor ...
    Posted to Steven Smith (Weblog) by ssmith on May 1, 2008
  • Triskaidecaphobia

    Office 13 is going to actually be called Office 14, since there are some people who assign some negative significance to the number 13 (see Triskaidekaphobia).  Since this is clearly a significant concern in the world of computing, it seems natural to me that other areas of Microsoft's platform should work harder to avoid this unlucky ...
    Posted to Steven Smith (Weblog) by ssmith on April 17, 2008
  • CruiseControl.NET Caching Old Project Locations SOLVED

    As I mentioned in my previous post, we're just wrapping up a continuous integration solution for a client (and if you're not using this for your team, you should be.  If you don't have time to do it, contact us to do it for you.  You'll thank me later.) and one of the last requirements changes was an update to where on the build server's ...
    Posted to Steven Smith (Weblog) by ssmith on April 4, 2008
  • The Evolution of Status Pattern

    An interesting pattern that I see in many of the applications I've worked with is the notion of status, and how it tends to evolve over time.  This is probably familiar to most of you, though perhaps you've never thought about it.  Consider the following scenario: Requirement - The system should have Users, to control access via ...
    Posted to Steven Smith (Weblog) by ssmith on April 1, 2008
  • Two Kinds of Knowledge

    Rick posted earlier today about how he's having a tougher and tougher time remembering the exact syntax and details of how to do relatively simple programming tasks, and instead finds that he's going off to find past code he's written (or blogged about) all the time.  Is it the early onset of senility, or is this typical?  It's the same ...
    Posted to Steven Smith (Weblog) by ssmith on March 30, 2008
  • Book Recommended To Me

    I just ordered this book on the recommendation of a couple of MVC people: Working Effectively with Legacy Code (Robert C. Martin Series) Also testing out RoyO's Amazoner tool, which appears to have worked correctly.  Nice!  What is Amazoner? Amazoner was designed to make one thing very easy if you're a blog writer who's also an ...
    Posted to Steven Smith (Weblog) by ssmith on March 12, 2008
  • Agile For Customers

    Tom Hollander wrote about why your customers will love agile (even if they think they hate it) last week, and made several interesting observations about how agile methodology has taken hold in many companies and teams, and why customers should really be fighting for it, rather than fearing it.  He notes that, while generally project ...
    Posted to Steven Smith (Weblog) by ssmith on February 27, 2008
  • Use Unit Test Framework to Test Production DB Consistency

    For Lake Quincy Media's AdSignia Ad Server, I wanted to be able to ensure that the database had some internal logic rules checked periodically.  What kinds of rules?  Well, probably an example would be best.  Suffice to say up front, though, that we're talking about more than NOT NULL or enforcing referential integrity.  For ...
    Posted to Steven Smith (Weblog) by ssmith on February 22, 2008
  • CIO Magazine on Agile Development

    The latest issue of CIO Magazine has a featured article on Getting Clueful: 7 Things CIOs Should Know About Agile Development.  It includes quotes from a bunch of developers, including some names you'll surely recognize if you follow Agile discussions at all, like Scott Ambler.  In addition to gurus like Scott, there's also yours truly ...
    Posted to Steven Smith (Weblog) by ssmith on February 8, 2008
1 2 Next >