Test-Driven Development in Elixir: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:2414:24, 3 December 2023Elixirfan talk contribs 3,817 bytes +3,817 Created page with "== Test-Driven Development in Elixir == Test-Driven Development (TDD) is a software development technique that emphasizes writing tests before writing the actual code. It follows the Red-Green-Refactor cycle, where the developer first writes a failing test (Red), then writes the code to make the test pass (Green), and finally refactors the code to improve its design without changing its behavior. TDD provides several benefits, such as increased code quality, improved ma..."