8000 scenario where ghost memory is annoying · Issue #188 · hazelgrove/tylr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
scenario where ghost memory is annoying #188
Open
@disconcision

Description

@disconcision

not a bug, but an interesting scenario several participants encountered.

Starting from this state:

Image

what we want to do is move the parentheses over and replace the arrow with the comma (we want to do a few other things too but those aren't relevant here):

Image

it feels perfectly reasonable to approach this from left to right; that is, insert the comma:

Image

then delete the paren and the arrow:

Image

this leaves this awkward tween state that people hated; the paren remembering its position stops the grout on either side from merging.

If you just go put the closing parens where you want it, it all gets cleaned up, but the tween state distracts people.

deleting the arrow, inserting the comma, and then deleting the parens works better, but feels less natural:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0