6 ms·
thats an interesting idea. right now, configuring workspacer is a very imperative, mutable process, because you just setup instances of objects, and call funct
by rickbutton 7y ago
thats an interesting idea.
right now, configuring workspacer is a very imperative, mutable process, because you just setup instances of objects, and call functions that setup some state. some care would need to be taken to design an API that could be "layered" in that it could be easily overridden by the user. this is a good idea!
- WorldMaker 7y agoMight be just as easy as making sure that all of your defaults are documented in the doc-comments of relevant properties and encouraging people to use CSX editors that have good documentation tooltips for API exploration (like VS Code with OmniSharp)?