Skip to content

Removing joinExisting#1518

Merged
Janther merged 2 commits intomainfrom
removing-join-existing
Apr 28, 2026
Merged

Removing joinExisting#1518
Janther merged 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
@Janther Janther merged commit fc8c705 into main Apr 28, 2026
7 checks passed
@Janther Janther deleted the removing-join-existing branch April 28, 2026 13:16
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.

2 participants