top | item 47078019

(no title)

fhd2 | 10 days ago

Yes, that's exactly how I meant it. I might _rarely_ peruse some code if I'm really curious about it, but by and large I just trust the developers of the software I use and don't really care how it works. I care about what it does.

discuss

order

agentultra|10 days ago

As a developer of software I often have to care because it matters and so I read the code.

Source code is often written for other humans first and foremost.

abustamam|10 days ago

I've had to dig into node modules to try to debug code from a closed source library that we depended on.

I'd much rather wade through AI slop than minified code, which may have previously been AI slop.