strawberry-graphql / strawberry-django

Strawberry GraphQL Django extension
MIT License
395 stars 115 forks source link

Suggestion: Refactoring of optimizer code #573

Closed stygmate closed 5 days ago

stygmate commented 1 week ago

The current optimizer code seems unreadable to me without extensive knowledge of Strawberry and Django.

Refactoring by dividing this code into more functions with a description and (perhaps) renaming the variables can help to better understand, maintain and debug it.

Upvote & Fund

Fund with Polar

bellini666 commented 1 week ago

Yeah, I agree with you!

I have started doing some refactoring for the past commits when I had to change it, but there's still some work to be done