CSC/ECE 517 Fall 2009/wiki2 19 as: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 2: Line 2:
===Responsibility Driven===
===Responsibility Driven===
===Test Driven===
===Test Driven===
Test-driven development (TDD) is a software development technique that relies on the repetition of a very short development cycle: First the developer writes a failing automated test case that defines a desired improvement or new function, then produces code to pass that test and finally refactors the new code to acceptable standards
===Behavior Driven===
===Behavior Driven===
===Domain Driven===
===Domain Driven===
===Model Driven===
===Model Driven===

Revision as of 06:16, 8 October 2009

Development methodologies

Responsibility Driven

Test Driven

Test-driven development (TDD) is a software development technique that relies on the repetition of a very short development cycle: First the developer writes a failing automated test case that defines a desired improvement or new function, then produces code to pass that test and finally refactors the new code to acceptable standards

Behavior Driven

Domain Driven

Model Driven