Factoids that instead of containing information themselves, merely link to another factoid and use that to get info.
It should allow multiple chained links. If implemented, must handle infinite loops, either via max jumps or storing a list of previously visited factoids. Checking for infinite loops on creation wouldn't be valid as something else could edit the database.
Think "symlink for factoids".
Factoids that instead of containing information themselves, merely link to another factoid and use that to get info.
It should allow multiple chained links. If implemented, must handle infinite loops, either via max jumps or storing a list of previously visited factoids. Checking for infinite loops on creation wouldn't be valid as something else could edit the database.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.