We build brands 24 hours a day
houston mysql, houston php, houston perl, web contractor, website, database consultant, database mysql, mysql cluster, computer consultant, management consultant, information technology consultants, SEO Services, Houston Website Design, Houston Web Design, SEO, page rank, Search Engine Optimization,Top Ranking, IT management, webspry consulting, consulting,houston, information technology, web design,consultant,contractor,project management, project rescue

Code testing

August 11th, 2009.
Posted in Coding, Technology thoughts

Does your code work?  How do you know?  Can you prove it?

If you don’t have tests for your code, it sucks. And I mean comprehensive, fine grained, programmer tests (aka something like unit tests), as well as higher level functional and integration tests. Tests that are automated. Tests that are run routinely. With the programmer tests run after any change to the code.

Without adequate tests (in terms of both quantity and quality) you simply can’t have confidence that your codes works as required. And even if you are confident with your work, why should anyone else be? What about people who work on the code later? How do they know it still works after they make their changes?

Of all the tools and methods out there, which are your favorite?  What is the least useful?

Tags: ,

No Responses to "Code testing"

Comments are closed.