Skip to content

Removing joinExisting#1518

Open
Janther wants to merge 2 commits intomainfrom
removing-join-existing
Open

Removing joinExisting#1518
Janther wants to merge 2 commits intomainfrom
removing-join-existing

Conversation

@Janther
Copy link
Copy Markdown
Member

@Janther Janther commented Apr 14, 2026

joinExisting iterates over each array twice, filtering for truthy values and joining filtered items.
It also adds extra file size when importing.

Storing the printed value in a variable and make use of the falsy value of an empty string '', allows us to have only iterate once per item and we save some file size as well.

@Janther Janther requested a review from fvictorio April 14, 2026 15:13
@Janther Janther force-pushed the removing-join-existing branch from 2eed983 to b46703a Compare April 17, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant