• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle


  • sndrtj@feddit.nltoProgrammer Humor@lemmy.ml***
    link
    fedilink
    arrow-up
    31
    ·
    1 year ago

    I’m a backend dev. I needed basically a single js function for my personal website that called out to some NPM package. I thought: I’ll do this the proper modern way, typescript and everything. Result: under 10 lines of code, but 12 config files (and 1.5h of fiddling with ES Modules vs CommonJS).




  • For some little config it’s fine, but it’s horrible when used when you have thousands upon thousands of lines of it. Lots of DevOps tools tend to use it like a fully-blown turing-complete programming language, and each has a different DSL of doing variables, loops etc. And that becomes an abomination.