linksplatform / linksplatform/Data.Doublets

Make a more explicit description on why this code works correctly.

Open
#355 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
14
Forks
5
PR merge metrics
No merged PRs in 30d

Description

https://github.com/linksplatform/Data.Doublets/blob/7756b6259649595bf7b8d02cb0a60a837f2e0a1c/csharp/Platform.Data.Doublets/Memory/United/Generic/UnitedMemoryLinksBase.cs#L693

It works because when link is deleted it not indexed using trees, but it has Source (as Previous element) and Target (as Next element).

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open csharp/Platform.Data.Doublets/Memory/United/Generic/UnitedMemoryLinksBase.cs around line 693 and read the surrounding code. Add an explicit explanation of why the code works: deleted links are not indexed using trees, but retain Source as the Previous element and Target as the Next element. Done means the rationale is clear in the code.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.