Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

As a Java engineer, I really missed DI in golang. Then I found fx.

Once I wrapped my brain around fx, I really liked it and used it heavily in a project I wrote. It was especially good for initializing 'things' of the same 'type'. Like a bunch of controllers for a web app.

One nice thing about fx is that it does not rely on code generation (uses reflection instead). I'm very curious what other features wire has over fx.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: