-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repository restructuring #518
Comments
Work to be done:
|
@jonathan-casey can this be marked as done or is there still work needed on this? |
We now have two implementations of Concerto, one for JavaScript runtimes (https://github.com/accordproject/concerto) and one for .NET (https://github.com/accordproject/concerto-dotnet). It is conceivable that we will have other implementations over time for other languages and runtimes.
We need to think about how we structure the codebase going forwards.
This repository is a mix of things:
We should consider splitting 1 and 2 out into separate repositories (for example,
concerto-metamodel
andconcerto-tools
), and then consider renaming this repository (for example,concerto-js
) to establish a pattern for all of our implementations going forwards.We may want to consider this at the same time as #406, as it may be easier to reimplement from scratch using TypeScript as opposed to trying to migrate all of our JavaScript code and tests.
The text was updated successfully, but these errors were encountered: