Monthly Archives: November 2009

Software Architecture Improvement through Test-Driven Development

Test-driven development (TDD) is a new approach that o?ers the potential to signi?cantly improve the state of software construction. TDD is a disciplined software development practice that focuses on software design by ?rst writing automated unit-tests followed by production code in short, frequent iterations [3]. TDD focuses the developer’s attention on a software’s interface and behavior while growing the software architecture organically.

Read Full Article

The Blueprint CSS Framework

If you’re an experienced web site developer, you know how challenging it can be to build a truly professional-looking site. What if you could use a framework that takes care of the more difficult issues, such as client and server-side technologies and even general design theory? The Blueprint CSS framework does just that. This is the first part of a seven-part series that will show you its major features so you can start using it for your own applications.

Read Full Article