TeamEEDev / EECloud.PlayerIO

EECloud.PlayerIO is an unofficial open-sourced version of the Player.IO client DLL written in C#.
5 stars 3 forks source link

Elegancy; and went back to the roots #14

Closed Jojatekok closed 11 years ago

Yonom commented 11 years ago

Well, if you are going to add the QuickConnect class, please do it the exact same way as playerio does

Yonom commented 11 years ago

Please stop adding all unrelated commits into one pullrequest; I am unable to merge because of your QuickConnect implementation

Jojatekok commented 11 years ago

Ok, now I re-implemented it using part of your way; I just didn't know why was the "Lazy<...>" part there, so I removed it.

Jojatekok commented 11 years ago

"Lazy initialization of an object means that its creation is deferred until it is first used. (For this topic, the terms lazy initialization and lazy instantiation are synonymous.) Lazy initialization is primarily used to improve performance, avoid wasteful computation, and reduce program memory requirements."

Ah, that means I should re-add it... ^^

Yonom commented 11 years ago

Merged commits excluding QuickConnect ones.