hades@lemm.ee to Programming@programming.dev · 1 year agoIf you had to choose one programming language that you had to use for the rest of your life, what would it be?message-squaremessage-square138fedilinkarrow-up1106arrow-down17
arrow-up199arrow-down1message-squareIf you had to choose one programming language that you had to use for the rest of your life, what would it be?hades@lemm.ee to Programming@programming.dev · 1 year agomessage-square138fedilink
minus-squareAstridWipenaugh@lemmy.worldlinkfedilinkarrow-up5·1 year agoI like go for pretty much everything. Except working with arbitrary JSON. So painful.
minus-squareGremour@lemmy.worldlinkfedilinkarrow-up1·1 year agoThat boils down to maps. With a few helper functions it’s not a big deal. I can’t remember when I needed to unmarshal JSON into map last time, tho.
minus-squareAstridWipenaugh@lemmy.worldlinkfedilinkarrow-up1·1 year agoI was working on that yesterday. 😂 Building a feature to resolve variables in a serverless config file to custom sources.
I like go for pretty much everything. Except working with arbitrary JSON. So painful.
That boils down to maps. With a few helper functions it’s not a big deal. I can’t remember when I needed to unmarshal JSON into map last time, tho.
I was working on that yesterday. 😂 Building a feature to resolve variables in a serverless config file to custom sources.