breakinggood first issuemedium priorityrefactor
Métricas do repositório
- Stars
- (14.062 stars)
- Métricas de merge de PR
- (Mesclagem média 3d 12h) (2 fundiu PRs em 30d)
Description
ShellString is a huge hack right now, and isn't really implemented as a class with a prototype. This means it can't be modified at runtime, which significantly limits what plugins can do. We should refactor it into an extendable class (preferably one which inherits all string methods).
We should also consider a ShellArray class for methods like ls(), to make implementation easier.
This blocks #486