Definitions

from Wiktionary, Creative Commons Attribution/Share-Alike License.

  • initialism software, design Initialism of design by contract.

Etymologies

Sorry, no etymologies found.

Support

Help support Wordnik (and make this page ad-free) by adopting the word DbC.

Examples

  • I'm not an DbC evangelist or something, I have just dipped my toes in it, and I do see many advantages with using this - and I am not saying that this should be used instead of unit testing - but I am saying that it fits nicely with TDD as you can start by specifying the contract and then improve the code until it doesn't fail anymore - just like Red-Green testing.

    fullasagoog.com full roast blend 2010

  • DbC doesn't replace unit tests - but neither does the opposite.

    fullasagoog.com full roast blend 2010

  • The main purpose of DbC isn't simple type checking ..

    fullasagoog.com full roast blend 2010

  • I believe I covered that in one of my previous posts, but yes, the term did originate there and the Eiffel language was the language used to implement the constructs of DbC.

    CodeBetter.Com - Stuff you need to Code Better! 2008

  • The intent of DbC and using contracts, your program must never try to verify the contract conditions and instead fail hard, with the contract verification being your safety net.

    CodeBetter.Com - Stuff you need to Code Better! 2008

  • Enough though of the talk about DbC and Domain Driven Design, let's actually walk through an example of how to work these in conjunction together.

    CodeBetter.Com - Stuff you need to Code Better! 2008

  • Some of these techniques include Aspect-Oriented Programming (AOP), AspectJ Design Level Assertions (DLA's) and Design by Contract (DbC).

    No Fluff Just Stuff 2009

Comments

Log in or sign up to get involved in the conversation. It's quick and easy.