Closed its-gazza closed 4 years ago
e.g. BankAccount class does not write public explicitly but BankAccountStrct does.
BankAccount
public
BankAccountStrct
I think it's better to explicitly write public = list() as users would then know which parameter is being used.
public = list()
Sorry don't know how to do PR and link it to issue.
PR here: https://github.com/Tazinho/Advanced-R-Solutions/pull/212
I like it and we'll merge it! Thank you so much. (:
e.g.
BankAccount
class does not writepublic
explicitly butBankAccountStrct
does.I think it's better to explicitly write
public = list()
as users would then know which parameter is being used.