Road Map - michaeltelford/wgit GitHub Wiki
Raise an issue if you have a feature request.
Nothing below is set in stone (until it's been implemented) and the order doesn't matter. Primary and Secondary refer to the importance of the change, not the amount of work or even when it'll be implemented. If in doubt, reach out and ask!
Primary
- ...
Secondary
- ...
Refactoring
- Use
refine
instead ofcore_ext
.
Experiments
- Try out lightweight alternatives to
nokogiri
e.g.ox
,rexml
etc. How much lighter are they as a dep? How much faster - benchmark? How much code needs changed? Do they provide as much functionality? Do they require native C extensions?