this post was submitted on 08 Sep 2024
1214 points (98.3% liked)

Programmer Humor

32215 readers
79 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MonkderVierte@lemmy.ml 4 points 1 month ago (2 children)

The amount of config.jsons I've had to mess with...

Yeah, json is not a good config format. As much as xml is not. Please use something like YAML or TOML.

[–] sysop@lemmy.world 7 points 1 month ago (1 children)

I never moved away from ini I've just been sititng back watching you all re-invent the wheel over and over and over and over and over.

[–] reinei@lemmy.world 2 points 1 month ago* (last edited 1 month ago)

It's a wheel, it's supposed to turn over and over and over and infinitum!

/S (because it's big sarcasm instead of small.)

[–] toastal@lemmy.ml 1 points 1 month ago

I wish more things used Nickel or Dhall for config. I don’t know why I wouldn’t want editor support for type information or the ability to make functions in my non-Turing-complete config to eliminate boilerplate on my end.