361 sats \ 1 reply \ @jeff 10 Oct 2022 \ parent \ on: Daily discussion thread
I'm finding package management a bit confusing. My IDE is adding dependencies auto-magically, but it seems to be adding multiple versions of the same package, which I don't quiet get. I'll figure it out.
As a language, I find it a bit rigid. Coming from mainly python development, it seems like it takes 2 to 6 lines, to do what python would do in 1. I just want to add a key & value to the payload and see it flow through...but noooooo...lol.
Are you using
go mod
for packages currently? It usually takes care of any package pain for you.I can understand it would make you feel that way coming from python. Statically typed languages feel like there's too much typing involved for a while!
Would be interested to know if it starts to grow on you!
reply