are delegates a bad practice if they break encapsu...
# announcements
a
are delegates a bad practice if they break encapsulation by requiring a public API?
k
How would it break encapsulation?
a
if you have a `by delegateFun()`the function has to have access to public variables which should instead be encapsulated and only accessible by
delegateFun()
@karelpeeters