Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code reuse #3

Open
JohnCoene opened this issue Aug 25, 2024 · 0 comments
Open

Code reuse #3

JohnCoene opened this issue Aug 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JohnCoene
Copy link
Member

We may have to make edits to the generated code to handle stack reuse.

For instance,

Stack 2 reuses stack 1 result should result in (pseudo) code like:

stack1 <- {
    # operation1
  } %>%
  {
    # operation2
  }

# reuse stack1 object
stack2 <- stack1 %>% {
    # operation1
   %>%
  {
    # operation2
  }
@JohnCoene JohnCoene added the enhancement New feature or request label Aug 25, 2024
@JohnCoene JohnCoene changed the title Stack reuse Code reuse Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants