gliderlabs / com

Library for structuring Golang applications into components
BSD 3-Clause "New" or "Revised" License
90 stars 5 forks source link

What else for 1.0? #2

Open progrium opened 6 years ago

progrium commented 6 years ago

Besides stable APIs, solid docs, and more test coverage ... what else should we focus on for a 1.0 release? Also, where can the docs be improved? Where are there questionable API choices?

I'm putting a deadline of Feb 1 on the 1.0 milestone. That gives a timeline constraint. Hopefully we use it enough in that time to know what a solid 1.0 API looks like.

getachew commented 6 years ago

Jeff, have you seen the dependency injection framework from uber- https://github.com/uber-go/fx Do you see think it would be a useful pattern or library in com?