Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Struct independent - Better architecture. #68

Open
olayadev opened this issue Aug 10, 2024 · 2 comments
Open

Struct independent - Better architecture. #68

olayadev opened this issue Aug 10, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@olayadev
Copy link

olayadev commented Aug 10, 2024

Hello, I would like to ask why you chose to nest structures in a single structure. Instead of creating small structures separated and then be reused. I say this because when it comes to reusing the code, for example, it is mandatory to rewrite all the structs to be able to handle them in small parts. Look for example Genres, ProductionCompanies, SpokenLanguages, MovieCredits (Cast && Crew)...

Screenshot 2024-08-10 at 6 48 08 PM
@olayadev olayadev added the enhancement New feature or request label Aug 10, 2024
@cyruzin
Copy link
Owner

cyruzin commented Aug 19, 2024

Hi @andrefedev, in simple words: time. I used a generator a few years ago. Feel free to enhance the project.

@Nuxij
Copy link

Nuxij commented Dec 1, 2024

I had this issue last year and came back hoping it was fixed. Maybe ill have to fix it myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants