• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Workspace Organization

Z223I

Lurker
How are people organizing their workspace(s)?

Do people use more than one?

I have a habit of making a copy of project directories. That way if I make a stupid mistake, I just roll back to my last good copy. This has worked very well under Visual Studio.

However, in Eclipse I am having problems using that mechanism.

I have been deleting the old project using Eclipse, make the old directory available and then importing it. That seems to always fail.

What is a good practice for rolling back code?

Thanks in advance!
 
I usually have a good copy that I know works in another workspace and I switch between the workspace or have to copies of eclipse open with a different workspace in each. That way I can have a working copy of code open and another with code that I'm modifying.
 
Back
Top Bottom