-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
So, after working on this for quite a while, I'm starting to see where I've got to be far more strict around the abstraction of concepts if we are going to make this solution viable for more than just me as a user ;)
The first challenge I intend to tackle is the storage layer. As I wrote it at first, it ended up very Java-centric and leant on some of the concepts around Group, Artifact and Version (GAV). This didn't work as I started to play with Python and although I implemented a concept of translation, it didn't quite sit in my head as a simple solution to what is, generally, a solved problem.
So - back to basics. Below is what I intend to start implementing in a new branch - let's see how it goes.
Reactions are currently unavailable