You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently every spec is an own class. ala class Spec14 implements Spec { }
proposal: have Spec be a class, and have a factory that creates implmentations for 1.4, 1.3, ...
this factory could use waek references, so t can cache already generated instances, without taking up to much memory.
The text was updated successfully, but these errors were encountered:
currently every spec is an own class. ala
class Spec14 implements Spec { }
proposal: have
Spec
be a class, and have a factory that creates implmentations for 1.4, 1.3, ...this factory could use waek references, so t can cache already generated instances, without taking up to much memory.
The text was updated successfully, but these errors were encountered: