Code Smell 117 - Unrealistic Data
TL;DR: Use real case scenarios and real data (when possible)
Problems
Bijection Violation
Bad test use cases
Readability
Solutions
Change test data for a real one.
Use MAPPER to map real entities and real data.
Context
In the past, develope...
maximilianocontieri.com2 min read