The Clarion.NET FAQ

By Dave Harms

Posted November 17 2007

Summary: A list of frequently-asked questions about Clarion.NET/Clarion#, and some hopefully informative answers.

Please log on to read this article. Register if you don't have an account.

Clarion Roadmap

Try the roadmap (beta)

Search ClarionMag

 

Advanced search

From the archives

Agile, Test-Drive Development In Clarion#, Part 1

5/12/2008 12:00:00 AM

Clarion# brings many new development tools and methodologies into play, and one of these is something called Test Driven Development, or TDD. The idea is that you create tests for your code, not just after you've written the code, but in fact before you write the code. In this first of two parts Dave Harms introduces the concept of TDD and creates a library and a test project.