-
# 클린 아키텍처(헥사고날 아키텍처) 알아보기 with NestJS - 문준호의 기술 블로그
아키텍처 패턴 중 하나이기에 주관적이며 애매합니다. 이런 애매한 부분들을 추구하는 원칙에 벗어나지 않는 선에서, 저만의 기준을 세워 정리하고 구현하였음을 참고해 주세요.
[https://junho2343.github.io/posts/clean-architectu…
-
I propose the novel hexagonal architecture pattern to be added to the microservice section. Would be nice!
-
Implement the CNN from [this paper](https://arxiv.org/abs/2101.11589)
**Is your feature request related to a problem? Please describe.**
Needed for direct comparison between the CNN and other arch…
-
-
# Build
Use hexagonal architecture on a diferent branch
-
The current project doesn't satisfy the requirements of hexagonal architecture.
Ex: concrete (!) EF DB context (!) is used on the domain layer:
public DealDomain(ApplicationDbContext dbContext)
…
-
이런식으로 구조 잡는건 어떠할까요?
요런 구조면, application의 주요한 비즈니스 로직을 단위 테스트하기 쉽고,
테스트 전략을 세우는 것과 어떤 코드를 테스트를 만들고 안만들지 선별하기도 수월하더라구요.
- lib
- src
- main.dart
- adapters
- n…
-
I want to evaluate the test some approaches to organize source code. Preferably language agnostic, but Java just fine.
Principles:
- Package by features
- Isolation of modules
Architecture S…
-
### Type of issue
Other (describe below)
### Description
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Feedback-on-the-Common-web…
-
Maybe we should explain it the `README.md` file? Maybe the given blog article isn't detailed enough?