zalewski.se
11/03/2020, 7:33 AMsetup()
functions that initialize my object and I hide the real constructor from the client. This approach seems far from perfect though 🤔Giorgos Neokleous
11/03/2020, 8:20 AMexpect/actual
make it easy to use the expected class in common which won't make it possible to use in common with platform specific dependencies in constructormbonnin
11/03/2020, 10:09 AMzalewski.se
11/03/2020, 10:11 AMmbonnin
11/03/2020, 10:12 AMmbonnin
11/03/2020, 10:14 AMmbonnin
11/03/2020, 10:15 AMzalewski.se
11/03/2020, 10:21 AMactual
class! It’s not really non-expected platform-specific. I think this is something worth to try! Well definitely there is some confusion in it. In my case, I just need to expose a platform specific constructor for a client and this approach along with interface might work quite well 💡 Thanks!Giorgos Neokleous
11/03/2020, 11:31 AMrocketraman
11/03/2020, 6:34 PMzalewski.se
11/04/2020, 2:33 AMrocketraman
11/04/2020, 3:06 AM