CloudCoders / Design-Patterns

Project for learning and discuss about design patterns
16 stars 1 forks source link

Proxy #41

Closed tonilopezmr closed 7 years ago

tonilopezmr commented 7 years ago

31

Cotel commented 7 years ago

Don't worry about the README. I'll change it for including all proxies 😉

tonilopezmr commented 7 years ago

@Cotel can add something in README feel free 👍 I will reviewed later

Cotel commented 7 years ago

I don't know how to test lazy delegated properties. But I believe the concept is clear 👍

tonilopezmr commented 7 years ago

haha that's is the main purpose for the higher function. Can choose the implementation of the real object.

tonilopezmr commented 7 years ago

I have changed the original code removing java boilerplate to kotlin magic, but you can see that We have broken one test :(

We need think if the test it's necessary to change or remove