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

Simplify data structures #77

Open
remiges-sachin opened this issue Feb 6, 2024 · 0 comments
Open

Simplify data structures #77

remiges-sachin opened this issue Feb 6, 2024 · 0 comments
Labels

Comments

@remiges-sachin
Copy link
Contributor

We can simplify the following data structures:

type Attr struct {
	name string
	val  string
}
type Property struct {
	name string
	val  string
}

We can have a simple map[string]string for Attr and Property.

Make the required changes in the code and tests and verify that the tests pass.

abjayswal added a commit to abjayswal/crux that referenced this issue Feb 7, 2024
remiges-sachin added a commit that referenced this issue Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant