TelePharo icon indicating copy to clipboard operation
TelePharo copied to clipboard

TlpRemoteIDE rename

Open philippeback opened this issue 7 years ago • 1 comments

Now code that reads:

remotePharo := TlpRemoteIDE connectTo: (....)

is annoying with the "Remote" because it somewhat implies that the IDE is remote. But the IDE is local and connects to a remote.

Maybe

remotePharo := TlpIDE connectToRemote: (...)

is more intention revealing.

philippeback avatar Aug 23 '17 10:08 philippeback

Good point. But I made many videos where I show this name. So current name should exists for some period. Auto deprecation of classes can help here. I hope we will have it in Pharo 7

dionisiydk avatar Aug 23 '17 11:08 dionisiydk