Tag: Development

Community

VSTS meets unit test: Part 3

(George Lawton) Unit testing has during recent years become a cornerstone practice in writing quality applications. Extreme programming advocates in the Java camp promoted use of unit tests, and their open source tool of choice, JUnit, quickly found .NET fans via a .NET version known as NUnit.

Community

PHP Functions

(Jacques Noah) If you’re looking for a way to save time when you program, look no further. Creating functions lets you reuse code that you’ve used before without having to rewrite the whole thing. Keep reading to learn how.