Skip to content
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

Epic: Major Refactor #1

Closed
6 of 8 tasks
oubiwann opened this issue Jan 19, 2016 · 2 comments
Closed
6 of 8 tasks

Epic: Major Refactor #1

oubiwann opened this issue Jan 19, 2016 · 2 comments

Comments

@oubiwann
Copy link
Member

oubiwann commented Jan 19, 2016

Been living in JVM a lot lately, and am ready to revisit this project. Here are my plans:

  • Move existing master to clojure-erlastic-fork
  • Create a new master (orphan branch, totally new code) that:
    1. provides an idiomatic Clojure wrapper for JInterface (probably in clojang.jinterface)
    2. provides a not-so-low level wrapper for this which reduces boiler plate -- hopefully significantly (probably in clojang.erlang and clojang.otp)
    3. a high-level collection of namespaces that makes creating Clojure/Erlang services a snap (not sure about namespace here just yet -- that will have to wait for now)
  • Move this puppy into the lfex Github org
  • Start building apps/libraries against it!

Step 0 will actually be creating an example app that uses JInterface as-is and exercises as much of it as possible (maybe even converting this to a set of system or integration tests).

Once that's working, I will begin on Step 1. The example from Step 0 will be copied and converted to use the new idiomatic Clojure wrapper for JInterface.

For interested parties, this work should be fairly easy to split up. I think that there will be basically one major namespace per JInterface class (maybe some closely related class wrappers will end up in the same namespace), so it will be fairly easy to avoid stomping on someone else's work.

Low-level Wrapper Tasks

Mid-level Wrapper Tasks

  • - TBD

High-level Additions

  • - TBD
@oubiwann
Copy link
Member Author

Note that I've decided upon unit, system, and integration tests to be the "test app" ... so I've jumped right into the conversion and am writing tests side-by-side.

@oubiwann oubiwann changed the title Major Refactor Epic: Major Refactor Feb 3, 2016
@oubiwann
Copy link
Member Author

The low-level work has been moved to jiface. Mid-level and High-level are getting merged. Will continue to hack, but closing this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant