engineertdog
Base Class architecture
My question, is, am I on the right track? This class currently does Source->Destination and Destination->Source (effectively). Should this be broken out? One base class, another to reverse data flow? The intent is that I'd have the application specific classes that determine how data is pulled and formatted, and then I/O (extract/flush) classes for being able to read/write to file, SQL, or SDK
4 replies