0
Answered

Proxy pattern in pseudocode part

sbecerek 4 years ago updated by anonymous 4 years ago 1

Hello in proxy pattern diagram under #Pseudocode

CachedYoutubeClass delegates -service: ThirdPartyYoutubeLib shouldn't it be -service: ThirdPartyYoutubeClass as in the pseudocode below it?

Answer

Answer
Answered

Hi!

Thanks for the bug report, I have fixed both the code and the diagram. The service should be of the ThirdPartyYouTubeLib interface type.

Answer
Answered

Hi!

Thanks for the bug report, I have fixed both the code and the diagram. The service should be of the ThirdPartyYouTubeLib interface type.