I would like to have calypso built on top of spec so that we can rearrange some elements. Denis is starting to check the missing element of spec. Stef On Sat, Jan 20, 2018 at 9:40 PM, Peter Uhnák <i.uhnak@gmail.com> wrote:
Hi,
how modular is Calypso in respect to:
* taking the UI apart and compositing it in a different manner * reusing parts of it in a different place/application (e.g. just the code editor, or just the method list, ...) * using alternative abstractions to just package/class/protocol/method * e.g. instead of showing classes SomeSubject, SomeSubjectTest it would show "Some Subject" (a string returned by SomeSubject class>>myName) and clicking on it would show the combined methods from both the SomeSubject and SomeSubjectTest.
Also would such alternate usecases be considered a feature of Calypso (so it is intentional in building Calypso to use it in a different manner), or purely coincidental (as in, if it is possible, Calypso is built for different purpose and I cannot expect that some property will not disappear in the future).
Thanks a lot! Peter