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

An implementation for field.Field #279

Merged
merged 4 commits into from
Sep 11, 2019
Merged

An implementation for field.Field #279

merged 4 commits into from
Sep 11, 2019

Conversation

julio-lopez
Copy link
Contributor

@julio-lopez julio-lopez commented Sep 10, 2019

Change Overview

Linked-list based implementation.
The approach attempts to prevent/limit the mutability of the fields outside the field package.

Also, in the package the contents of linkedField struct are not modified after the struct has been created.

Pull request type

Please check the type of change your PR introduces:

  • Work in Progress
  • Feature

Issues

Test Plan

  • Unit test

@julio-lopez
Copy link
Contributor Author

Minimum number of exported functions.

We may need to add other functions/helpers down the road to support other use cases for logging and errors.

@julio-lopez julio-lopez marked this pull request as ready for review September 10, 2019 20:40
@julio-lopez julio-lopez force-pushed the field-impl branch 2 times, most recently from 41d2b63 to 3050d03 Compare September 11, 2019 00:03
pkg/field/linked_field.go Show resolved Hide resolved
Linked-list based implementation.
The approach attempts to prevent/limit the mutability of the
fields outside the `field` package.

Also, in the package the contents of `linkedField struct` are
not modified after the struct has been created.
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.

None yet

2 participants