#tdd #software_development #test_driven_development #elixir
Tdd (test driven development) is the first step to simple design
https://medium.com/@mrfishball/tdd-test-driven-development-is-the-first-step-to-simple-design-8cdfd7a240b7
Tdd (test driven development) is the first step to simple design
https://medium.com/@mrfishball/tdd-test-driven-development-is-the-first-step-to-simple-design-8cdfd7a240b7
Medium
TDD (Test Driven Development) Is the First Step to Simple Design
Understanding the Four Rules Of Simple Design is a very very short book. It starts by putting out the 4 rules that will help Developers…
#testing #elixir #kata #tdd
Property-based testing driven development
https://medium.com/@theesit/property-based-testing-driven-development-c2f823bf62ea
Property-based testing driven development
https://medium.com/@theesit/property-based-testing-driven-development-c2f823bf62ea
Medium
Property-based testing driven development
Property-based testing is a cool thing which will be merged into Elixir sometimes in the future. Why not try it out? In the article, I…
#elixir #erlang #unittest #testing #tdd
Testiex — easier test driven development in elixir
https://medium.com/@olshansky/testiex-easier-test-driven-development-in-elixir-761cd1a9f11
Testiex — easier test driven development in elixir
https://medium.com/@olshansky/testiex-easier-test-driven-development-in-elixir-761cd1a9f11
Medium
TestIex — Easier Test Driven Development in Elixir
One of my favorite features of elixir is being able to start a shell that loads the entire context of my project:
#elixir #tdd #integration_testing #software_development #programming
Mock user input for integration tests in elixir/exunit
https://medium.com/@lucaspenzeymoog/mock-user-input-for-integration-tests-in-elixir-exunit-a7f179fdfc53
Mock user input for integration tests in elixir/exunit
https://medium.com/@lucaspenzeymoog/mock-user-input-for-integration-tests-in-elixir-exunit-a7f179fdfc53
Medium
Mock User Input for Integration Tests in Elixir/ExUnit
As I was building a simple game of Tic Tac Toe in Elixir, I was running into problems when trying to test more complicated functions…
#tdd #elixir #programming #software_development #encryption
Solving the caesar cipher kata in elixir with tdd
https://medium.com/@lucaspenzeymoog/solving-the-caesar-cipher-kata-in-elixir-with-tdd-38c055ad1b17
Solving the caesar cipher kata in elixir with tdd
https://medium.com/@lucaspenzeymoog/solving-the-caesar-cipher-kata-in-elixir-with-tdd-38c055ad1b17
Medium
Solving the Caesar Cipher Kata in Elixir with TDD
TDD, aka Test Driven Development, is simple enough on the surface, but in practice it can be anything but intuitive. Many programmers view…
#elixir #tdd #documentation #doctests
Love potion `number == 9` | how elixir completely changed my relationship with testing
https://dev.to/thepeoplesbourgeois/love-potion-assert-number-9-how-elixir-completely-changed-my-relationship-with-testing-5h8p
Love potion `number == 9` | how elixir completely changed my relationship with testing
https://dev.to/thepeoplesbourgeois/love-potion-assert-number-9-how-elixir-completely-changed-my-relationship-with-testing-5h8p
DEV Community 👩💻👨💻
Love Potion `number == 9` | How Elixir Completely Changed My Relationship With Testing
Back in 2012, I interviewed for a company that emphasized TDD as their primary feature development st...
#elixir #testing #tdd
Property-based test-driven development in elixir
https://dev.to/woylie/property-based-test-driven-development-in-elixir-4j0n
Property-based test-driven development in elixir
https://dev.to/woylie/property-based-test-driven-development-in-elixir-4j0n
DEV Community
Property-Based Test-Driven Development in Elixir
Recently I came across a small function in our code base that was meant to transform a list of arbitr...