Harium / suneidesis

A project to represent knowledge
MIT License
2 stars 1 forks source link

[Refactoring] Enhance storage #54

Closed yuripourre closed 5 years ago

yuripourre commented 5 years ago

Create a new package fact (and move all fact classes).

Keep Storage into package storage, but turn it into an interface. Maybe create an "In-Memory" Storage (Default Implementation).

Maybe every being should be initialized with a Storage provided by a Factory.