Skip to content

Adapt style#17

Open
SKernchen wants to merge 4 commits intomainfrom
16-adapt-style
Open

Adapt style#17
SKernchen wants to merge 4 commits intomainfrom
16-adapt-style

Conversation

@SKernchen
Copy link
Contributor

Closes #16

@SKernchen SKernchen linked an issue Mar 3, 2026 that may be closed by this pull request
Copy link
Contributor

@nheeb nheeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

obj.forEach(e =>{
const element = document.createElement("div");
extract_person(e, element, tag, colorPolicies);
const hasConfict = extract_person(e, element, tag, colorPolicies);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there still a point to this hasConflict bool? As far as I see it is not being used.
(Also returning that from a method called extract_person feels like a crime to me.)

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.

Adapt style

2 participants