this post was submitted on 17 Jun 2023
13 points (100.0% liked)

Programming

13362 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 1 year ago
MODERATORS
 

I looked into the lemmy src, and what is supposed to be a CRUD API has several layers of abstraction. Same at work, where we have hexagonally structured apps where following any sort of logic is literally impossible. What are your thoughts?

you are viewing a single comment's thread
view the rest of the comments
[–] CinnamonTheCat@beehaw.org 1 points 1 year ago (5 children)

the fact that there are CRUD COMMON and API crates?????

[–] key@lemmy.keychat.org 5 points 1 year ago (4 children)

I don't see the problem with modularizing code. Any proper IDE will make following through the crates as transparent as if it were all in the main src folder. It's not like there's some complicated indirection at play or anything, it's direct references and invocations.

[–] CinnamonTheCat@beehaw.org 1 points 1 year ago (3 children)

is it kinda early for them to modularize their code?

[–] shadowolf@lemmy.ca 1 points 1 year ago

Is that a problem though?

load more comments (2 replies)
load more comments (2 replies)
load more comments (2 replies)