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

Allow to write custom builders without describe block #18

Closed
eld0727 opened this issue Feb 21, 2018 · 0 comments
Closed

Allow to write custom builders without describe block #18

eld0727 opened this issue Feb 21, 2018 · 0 comments
Assignees
Projects
Milestone

Comments

@eld0727
Copy link
Collaborator

eld0727 commented Feb 21, 2018

This syntax looks verbose and redundant:

jsonReader[Foo] { 
  describe {
   ReaderBuilder[Foo]
  }
}

we could just write

jsonReader[Foo] { 
 ReaderBuilder[Foo]
}
@eld0727 eld0727 added this to the v0.6.3 milestone Feb 21, 2018
@eld0727 eld0727 self-assigned this Feb 21, 2018
@eld0727 eld0727 modified the milestones: v0.6.3, v0.7.0 Apr 17, 2018
@eld0727 eld0727 closed this as completed Dec 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
tethys
Awaiting triage
Development

No branches or pull requests

1 participant