zendesk_api_client_rb icon indicating copy to clipboard operation
zendesk_api_client_rb copied to clipboard

Refactor Side Load of `ZendeskAPI::Association` Into A Separate Object

Open khezam opened this issue 2 years ago • 2 comments

It seems like the side load behaviors of the ZendeskAPI::Association class could be encapsulated in a separate object for extendability so I thought it might be a good opportunity to refactor.

Let me know if it's not needed and I'm happy to close this PR.

khezam avatar Aug 21 '23 22:08 khezam

Hi @khezam - thank you for another contribution! (your previous one is coming, I just need another internal review).

We don't have much time at present to do a deep review on it, but eventually we'll find the time.

First question: Is this code already covered by existing tests or would it benefit from extra testing?

Thanks again ❤️

ecoologic avatar Aug 21 '23 22:08 ecoologic

Hi @ecoologic - my pleasure and I'm happy I could help :)

We don't have much time at present to do a deep review on it, but eventually we'll find the time.

No worries at all and I totally understand that.

First question: Is this code already covered by existing tests or would it benefit from extra testing?

Yes, this code is already covered by existing tests :)

khezam avatar Aug 21 '23 22:08 khezam