Good day. So I have a doubt. I come from making backend in JavaScript and I’m used to generating queries dynamically and share them across all my repos. Right now I feel a I have lots of lines of non transferable boilerplate in a single repo to do all the filtering and I’m feeling the need to start using reflection all over the place and extract all this filtering and sorting to common reusable methods. Is this a bad idea? Should I just get used to having all this duplicated code across my repositories?