modelix / modelix/modelix.core
Remove separation between CLTree and CPTree
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
- 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
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