You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Lot's of "discussions" around the PlayerFactory when adding the DOWNGRADE_SECURE_DECODER because we passed a boolean all the way down instead of having two different method signatures.
Potential Solution
Use the Builder pattern, it's ideal when you want to customise something.
Impact
Extensible and we can provide easily visible defaults.
The text was updated successfully, but these errors were encountered:
Problem
Lot's of "discussions" around the
PlayerFactory
when adding theDOWNGRADE_SECURE_DECODER
because we passed a boolean all the way down instead of having two different method signatures.Potential Solution
Use the
Builder
pattern, it's ideal when you want to customise something.Impact
Extensible and we can provide easily visible defaults.
The text was updated successfully, but these errors were encountered: