ds300 / derivablejs

Functional Reactive State for JavaScript and TypeScript
Apache License 2.0
515 stars 23 forks source link

Consider renaming proxies #112

Closed TrySound closed 6 years ago

TrySound commented 6 years ago

Proxy name is really confusing for derivable users since javascript has a feature called Proxy. Can we rename proxies to lens back? Or maybe something else? /cc @ds300

ds300 commented 6 years ago

how about DerivedAtom?

TrySound commented 6 years ago

Or CompositeAtom?

ds300 commented 6 years ago

Composite implies that it's made up of more than one atom, which is probably not true most of the time.

TrySound commented 6 years ago

Mediator, MidAtom, SubAtom?

TrySound commented 6 years ago

CompoundAtom similar to composite?

TrySound commented 6 years ago

Or even molecule ?

TrySound commented 6 years ago

Ah, DuplexDerive?@-^-@

andreypopp commented 6 years ago

Lens On Wed, 6 Dec 2017 at 20:51 Bogdan Chadkin notifications@github.com wrote:

Ah, DuplexDerive?@-^-@

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ds300/derivablejs/issues/112#issuecomment-349721194, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB3gpotCf3JbspY6hGkraKVajdpRDNrks5s9tQ9gaJpZM4Q4NlO .

ds300 commented 6 years ago

Lens is ok with me.