mind if i ask what 'hexagonally structured' means? i have never heard of this and cant imagine what it could be :D
this post was submitted on 17 Jun 2023
0 points (NaN% liked)
Programming
13932 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
adapter-core domain logic- port
basically you make an onion, where the core domain logic handles well, your actual logic the adapter handles requests and makes them understandable for your core part the port part is your db or anything like that, it's usually an implementation of an interface