
Programmer Humor
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
Uncle Bob has always been a hack whose advice made code less maintainable.
So in other words he spends weeks to write extra tests so that the agent can save him days of coding.
That's exactly what I was thinking.
I choose to believe this is satire. Also that this man holds no significant position of prominence within the industry.
/cope
this man holds no significant position of prominence within the industry.
I wish that was true but I've had to specifically countermand his teachings at 2 different companies because newbies were being told to read his book
So... test driven agent developments?
Even if it passes every test, it can be shit code that is hard to read and extend
I don't know what those first two sentences are doing. This kind of thing is exactly what mesmerized young me and puts wise me off.
One thing worse than appealing to authority is appealing to your own authority.
Sometimes 20 years of experience is really just 2 years of experience repeated 10 times.
Having time in the seat doesn't necessarily mean you've progressed your learning beyond a certain point.
You should definitely read the code, but the strict acceptance for generated code is a good starting place.
In my experience, agents tend to write functions significantly longer than 12 lines. Where's your clean code Bob?
Holy technical debt, uncle Bob.
Bob is a shithead
We recently had an example of this. See Bun vs Zig. Even if your LLM doesn't have meaningless tests and assertions, those will not have 100% coverage on any non-trivial code base.