<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Test-Driven development with Java</title>
  </titleInfo>
  <name type="personal">
    <namePart>Mellor, Alan</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">autor.</roleTerm>
    </role>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <dateIssued encoding="marc">2023</dateIssued>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">spa</languageTerm>
  </language>
  <language objectPart="translation">
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>325 páginas.</extent>
  </physicalDescription>
  <abstract>Test-driven development enables developers to craft well-designed code and prevent defects. It's a simple yet powerful tool that helps you focus on your code design, while automatically checking that your code works correctly. Mastering TDD will enable you to effectively utilize design patterns and become a proficient software architect.</abstract>
  <tableOfContents>Test-Driven Development with Java -- Part 1: How We Got to TDD -- Chapter 1: Building the Case for TDD -- Chapter 2: Using TDD to Create Good Code -- Chapter 3: Dispelling Common Myths about TDD -- Part 2: TDD Techniques -- Chapter 4: Building an Application Using TDD -- Chapter 5: Writing Our First Test -- Chapter 6: Following the Rhythms of TDD -- Chapter 7: Driving Design – TDD and SOLID -- Chapter 8: Test Doubles – Stubs and Mocks -- Chapter 9: Hexagonal Architecture –Decoupling External Systems -- Chapter 10: FIRST Tests and the Test Pyramid -- Chapter 11: Exploring TDD with Quality Assurance -- Chapter 12: Test First, Test Later, Test Never -- Part 3: Real-World TDD -- Chapter 13: Driving the Domain Layer -- Chapter 14: Driving the Database Layer -- Chapter 15: Driving the Web Layer -- Other Books You May Enjoy.</tableOfContents>
  <subject authority="lcsh">
    <topic>Test-Driven</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Development</topic>
    <topic>Java</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Database Layer</topic>
  </subject>
  <classification authority="ddc" edition="23">005.14 M527</classification>
  <identifier type="isbn">9781803236230</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">CO-ViULL</recordContentSource>
    <recordCreationDate encoding="marc">250310</recordCreationDate>
    <recordChangeDate encoding="iso8601">20251030140041.0</recordChangeDate>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">spa</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
