crossplatformkorea / flutter_boilerplate

Boilerplate project for flutter.
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

hexagonal architecture 구조로 잡아보시는건 어떠할까요? #8

Open sean5940 opened 2 years ago

sean5940 commented 2 years ago

이런식으로 구조 잡는건 어떠할까요? 요런 구조면, application의 주요한 비즈니스 로직을 단위 테스트하기 쉽고, 테스트 전략을 세우는 것과 어떤 코드를 테스트를 만들고 안만들지 선별하기도 수월하더라구요.

Jay-flow commented 2 years ago

@SungilJung Thank you for your advice. I'll think about what you said and tell you again :)

sean5940 commented 2 years ago

@Jay-flow https://youtu.be/IHrZD3vxYB0 It will be helpful if you watch this video and refer to it.