Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 5
    $\begingroup$ Certainly. Turn your code into functions, save them in packages, and delineate which parts are private implementation details vs. public functions you want to expose. Importing fragments of code that are not functions or nicely contained units you can reason about will likely to lead to things leaking everywhere and make debugging harder. $\endgroup$ Commented Jun 29, 2020 at 17:50
  • $\begingroup$ I think it might be a little trickier because Manipulate moves in mysterious ways. $\endgroup$ Commented Jun 29, 2020 at 21:41