Renato Hysa
@renatohysa
Building @thelisting_app | Crafting the next-gen Laravel boilerplate using DDD (95%+ coverage) | Turning curiosity into code | Open for work π
ID: 2731278852
http://www.hysa.dev 14-08-2014 09:29:01
311 Tweet
99 Followers
310 Following
π₯ Unpopular: Model factories are overused. Most tests need: β User::factory()->create() β User::create(['email' => '[email protected]']) Save factories for: * Database seeding * Complex relationships * Random data generation Be explicit. Be clear π #Laravel