Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.56 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.56 KB

PeelAndSlice

A Presentation of Tools that makes legacy code easier to handle

Languages

Language Status
Java build
C# Build

Steps:

  1. Download and open the class BadFruit.
  2. Try to replicate the error senario of calling createLoan with 3 new loans.

Video's

See Episode 12: Using Approval Tests in .NET (in 3 parts) on Lewellyn Falco's Youtube Channel

  • Seams Part 1 -- The Peel -- In this episode we look at how to write your code so it's easy to test. I also highlight Scott Reed from BrainHzSoftware.
  • Seams Part 2 -- The Slice -- In this episode, we look at testing hard to test code, but introducing a Mock or Fake. I also highlight Jason Kerney for his contribution to this technique.
  • Seams Part 3 -- Peel & Slice -- In this episode we use both the peel & the slice to create seams to easily test difficult code. I also highlight Rich Yumul for his contribution in getting approval tests into php.