Comment on If you had to choose one programming language that you had to use for the rest of your life, what would it be?
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.
Gremour@lemmy.world 1 year ago
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.
AstridWipenaugh@lemmy.world 1 year ago
I was working on that yesterday. 😂 Building a feature to resolve variables in a serverless config file to custom sources.