modelix / modelix/modelix.core

Remove separation between CLTree and CPTree

Open
#25 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Kotlin
Stars
16
Forks
10
Avg merge
3h 9m
Merged PRs (30d)
26

Description

The separation just has historical reasons. The CP... classes were serialized using GSON, but after replacing it with a more efficient custom serialization format, the separation is not required anymore.

https://github.com/modelix/modelix.core/tree/main/model-client/src/commonMain/kotlin/org/modelix/model/persistent
https://github.com/modelix/modelix.core/tree/main/model-client/src/commonMain/kotlin/org/modelix/model/lazy

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

Start by examining the persistent and lazy directories linked in the issue, then trace the CLTree and CPTree classes and their custom serialization paths. Understand how the historical GSON-based separation was replaced before determining the scope. Done means the unnecessary separation is removed while the custom serialization format continues to support the tree classes.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
backend
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.