@alda @hiiamfrompoland I'm maintaining hand-written, zero-AI documentation for my #UE5Coro plugin. Anything I add or change gets documented in the exact same commit.

Someone tried to vibe code with it, the LLM invented a type that never existed, it obviously didn't work, and this was somehow the fault of my shitty documentation. ๐Ÿ˜ฎโ€๐Ÿ’จ

@LarsThiessen At least it was mildly entertaining to read my own code's "documentation". Right on the front page it claims that #UE5Coro doesn't use co_yield.

Spoiler alert: it does. https://github.com/landelare/ue5coro/blob/master/Source/UE5CoroTests/Private/GeneratorTest.cpp

Finally, the last (currently known) #UE5Coro 2.1 threading bug is fixed, and it just passed all unit tests repeated 1 million times each ๐Ÿฅณ

The bug happened so rarely, 100k repeats didn't always reproduce it. I'll definitely run at least 10-100 million tests before releasing it, but there are still a few more features to add.