ForNeVeR / ForNeVeR/haskeletor
Use a typed command model in StackRepl execution API
Open
help wanted
refactoring
- Dominant language
- Scala
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
StackRepl.execute accepts commands as raw strings and has a TODO to switch to a typed GhciCommand representation.
## Why it matters
Stringly-typed commands are error-prone and make command construction and validation harder to maintain.
## Affected code locations
- https://github.com/ForNeVeR/haskeletor/blob/d71af7e001f34c8115596d70af0994889b80017d/src/main/scala/me/fornever/haskeletor/external/repl/StackRepl.scala#L92
Contributor guide
Assessment
This issue has not been assessed yet.