>>4the basic disadvantage of putting your code in a reddit-based wiki is that if someone wanted to
#include void.h
, he'd need to look for it in the wiki, copypaste it, manually resolve dependencies, rinse and repeat for each dependency. automating it would require either parsing HTML or interfacing with reddit API. if you used git (or any other version control), it would be as easy as
git clone https://hax.my/anus/~frozenvoid/voidh
. the problem of user-friendly web interface (frontend) is completely independent from the problems solved by versioning (backend).