Best way to develop in parallel
- From: Brian <brian@xxxxxxxxxxxxxx>
- Date: Tue, 28 Jun 2005 23:41:51 +0000 (UTC)
Hi -
I have MyPossiblyFlawedClass and MyOtherPossibilyFlawedClass.
Both have exactly the same method signatures, constructors,
etc.
They solve a number crunching problem using two different
algorithms and they're being used to discover flaws in the
other. How can I easily switch between the classes? I'm
doing it now with an import mypath.classA/classB statement.
But this is getting a bit out of control. I'm constantly
switching four import statements many times a day.
Thanks for any ideas.
Brian
.
- Follow-Ups:
- Re: Best way to develop in parallel
- From: Alan Krueger
- Re: Best way to develop in parallel
- Prev by Date: I need a command line in Windows NT
- Next by Date: Re: I need a command line in Windows NT
- Previous by thread: I need a command line in Windows NT
- Next by thread: Re: Best way to develop in parallel
- Index(es):