Under the hood and working with .Net, TDD, Software Design, and Agile Stuff
Browse by Tags
All Tags »
Test Driven Development »
Continuous Integration (
RSS)
-
|
Sort of a continuation of the ongoing maintainability series, it's time to look at some of the benefits. And rant because that's just what I do. After publishing My Programming Manifesto (about the things *I* was thinking about at the time) post...
|
-
|
Continuing the " Getting Started " series. My team just finished our second week. Luckily enough we were able to get through release planning quickly and start Iteration #1 on Tuesday. CruiseControl.Net is up and running. I kept a list of the...
|
-
|
I can see more of these little posts about setting up a project coming up, so I made a new category called " Starting a new Project ." My team discussed how we were going to organize the NUnit TestFixture code. We talked through the normal options...
|
-
|
The blogosphere is full of discussions and arguments on the best way to write and design software. It might be worth the effort to stop and go back to first causes -- just what quality or qualities do we want in our code? What are we trying to achieve...
|
-
|
Our Continuous Integration talk Monday got a bit rushed at the end and I missed an important point when we talked about CI with databases. For the love of all that is good and holy in the world create a separate database/schema for: Each development workstation...
|
-
|
I was in a project retrospective meeting today, and I’ve got another one tomorrow. I think we had a fairly low rate of defects compared to the complexity of the code, but we had some definite inefficiency in the amount of time it took us to detect and...
|
-
|
So far this year I've done a greenfield development project, made changes to a legacy application, and am about to take over development on a third product. The new code was built with Test Driven Development and Continuous Integration from the beginning...
|
-
|
So you're making the move to install a Continuous Integration process on your project. Most of your early attention is going to be spent on getting the CI server up and the build scripts put together and functioning. That part of the process in the .Net...
|
-
|
If you were at the Continuous Integration talk last night at the Austin SPIN, here is the set of resources I mentioned. The slides from the presentation are here or at http://www.jwspro.net/aspin/ . Thanks for coming out last night in the rain and putting...
|
-
|
Yesterday I griped about legacy code. I carped about VSS, whined about the tight coupling, groused about the arcane configuration setup, and spewed invective about the stupid manual post compilation steps it took just to make the code work. Today it's...
|
More Posts