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

RF/2 Refactor: Begin to extract code chunks from large clusternetwork.js file #133

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

daniel-ji
Copy link
Contributor

A couple questions with this PR:

  • Should newly created tables.js code and utils.js code be merged with helpers.js or misc.js? Or should we wait to combine since our primary goal is to split things into smaller, modular files and possibly later better name these smaller files to be more specific?
  • When refactoring hivtrace-viz, should we also prettify / format the html files? (Currently they cannot be properly syntax parsed by VSCode)
  • Also see question below in hivtrace.js. Thank you!

Before vs after formatting html files: (this is from priority_set.html):

image

image

Copy link

vercel bot commented Mar 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hivtrace-viz ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2024 5:45pm

src/hivtrace.js Show resolved Hide resolved
@spond
Copy link
Member

spond commented Mar 12, 2024

Dear @daniel-ji,

  1. I would keep the individual .js files separate for now. Let's figure out what to do with them a little bit later.
  2. I would definitely prettify/forma the .html files
  3. See my response in the comment.

Best,
Sergei

@spond spond merged commit 08d304d into veg:master Mar 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants