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

Child Sensitive Production Formatting #5

Open
srhickma opened this issue Apr 28, 2018 · 0 comments
Open

Child Sensitive Production Formatting #5

srhickma opened this issue Apr 28, 2018 · 0 comments
Assignees
Labels
difficulty/hard This is a difficult or large issue enhancement New feature or request question Further information is requested

Comments

@srhickma
Copy link
Owner

Investigating the changes involved with implementing a formatter that is sensitive to the scopes, etc of child formatting evaluations. It would also be interesting to consider backtracking/sorting traversal in formatting of trees with multiple children.
An example would be the alignment of struct fields in golang:

type SomeStruct struct {
	ID       UserID   `json:"id"`
	Username Username `json:"username"`
	IsActive bool     `json:"isActive"`
}
@srhickma srhickma self-assigned this Apr 28, 2018
@srhickma srhickma added enhancement New feature or request question Further information is requested labels Apr 28, 2018
@srhickma srhickma pinned this issue Dec 18, 2018
@srhickma srhickma added the difficulty/hard This is a difficult or large issue label Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/hard This is a difficult or large issue enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant