linksplatform / linksplatform/Data.Doublets
Make a more explicit description on why this code works correctly.
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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