graphical-lsp icon indicating copy to clipboard operation
graphical-lsp copied to clipboard

Split public API from internal implementations

Open planger opened this issue 6 years ago • 0 comments

A generic point that we should start thinking about is to make it clear (by package name) what is internal and public API meant to be directly used and extended by clients. This will give us more flexibility in the future when doing modifications as we'll know what we can change without affecting existing language-specific client implementations.

planger avatar Sep 02 '19 10:09 planger