|
|
|
|
|
by mehrdadn
2897 days ago
|
|
Out of curiosity, why use virtual calls in those cases? Why not just have two different implementation files -- one for tests, and one for production -- and choose one based on which one you're doing? It seems like a win all around. |
|