linksplatform / linksplatform/Data.Doublets

Complete IUniLinks interface implementation

Open
#157 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
14
Forks
5
PR merge metrics
No merged PRs in 30d

Description

The implementation of single Trigger method can be useful to use specific optimizations for each case, using less amount of memory accesses. For example `GetOrCreate` method now executes `SearchOrDefault` method twice, directly and indirectly. When we use single Trigger method is it is easy to know the intend of user's request and do just necessary operations and no more.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the IUniLinks interface and its Trigger, GetOrCreate, and SearchOrDefault members. Trace how GetOrCreate currently reaches SearchOrDefault directly and indirectly, then complete the single-Trigger implementation so each request performs only the necessary operations without duplicate searches.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.