preslavrachev / preslav.me-comments

0 stars 0 forks source link

2023/03/23/where-is-the-spring-framework-for-golang/ #20

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Where Is the Spring Framework for Go? · Preslav Rachev

I am a software engineer with a decade-long experience developing software using Java, Go, and Elixir.

https://preslav.me/2023/03/23/where-is-the-spring-framework-for-golang/

KevinJCross commented 1 year ago

Yeah I get where you are going with this but an overaching framework (I left java because of spring ... although i really like vertx) is just like inheretance where we get the million layers that fit inbetween adding bloat and complexity and its not specific enough. The better approach is composition. In following this I think there is a "gap" of being able to compose quickly applications from a set of standardised hardened production ready components, that are generally used in all sections of specific problems ... i.e. micro services. This leaves the basics but allows you to build novel things quickly and safely.