Skip to content

Project Roadmap

NEGORO Tetsuya edited this page Nov 24, 2017 · 1 revision

This is the project roadmap of Hermes plugin. The scope of this project and the rough plan of the functions to be implemented.

The scope

This project aims to deliver the environment in which we can edit large code bases with convenience meanwhile easily get the result of code snippets or other kind of useful information from interpreters.

The development plan

  • Fix WebSocket connection issue. This causes annoying performance issues.

  • Make a test suite (UnitTesting package would suit for this purpose).

  • Improve the output buffer.

    • Make buffers per windows (now the buffer for one kernel is shared among windows).
    • Currently there is no output shown until the run of code snippets end. Showing messages one after another as we get ones is much more preferable.
    • Display error and standard output as we can easily distinct them.
Clone this wiki locally