Replace fake singletons in codegen with classes #508
Labels
comp-codegen
Issue is related to code generator
ctg-refactoring
Issue related to refactoring process
Description
Consider an object
TestCaseGenerator
. It is a singleton now, but just for a historical reasons.Currently it has an
init
method that is called from several places in project.We should use classes with constructors instead of such sigletons.
The text was updated successfully, but these errors were encountered: