Skip to content

Get rid of reflection for parsing #110

@atmoos

Description

@atmoos

The ScalarBuilder relies heavily on reflection. This is really ugly and ought to be improved.

Consider letting units implement an interface that looks something like this:

public interface IUnitFactory<TSelf> where TSelf : IUnit, IDimension
{
    static abstract Creator GetCreator(/* ISystems ?? */);
}

Relates to #72

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions