What’s the Best Way to Store My Java Code Without Losing It?

0
9
Asked By CleverPineapple42 On

I'm currently required to store my Java code on the lab computer for class, but unfortunately, my files have been deleted multiple times due to some troublemakers. I'm looking for reliable platforms where I can store my code securely so I won't lose my work anymore. Any recommendations?

5 Answers

Answered By DreamyDolphin21 On

I second Github! It logs all the changes too, so if anything happens to your code, you can track when and what changes were made. And if needed, you can revert back to previous versions as well.

Answered By MellowMango14 On

It does seem odd your professor wants you to save everything on the lab computers. Many schools have restrictions because they clean things up regularly. I'd definitely stick to online storage for peace of mind!

Answered By CuriousCrab96 On

Storing your code on a flash drive is also a quick solution, but remember, you might forget it sometimes. I find the online options like Github or cloud services like Google Drive or OneDrive super handy.

Answered By TechieTiger87 On

You should definitely consider using Github! It's not only free but also widely used in the industry, so you'll gain some valuable experience while keeping your code safe. You can even create a private repository to avoid anyone messing with your files.

Answered By WiseOwl77 On

Just check with your professor or TA to make sure there are no weird restrictions on using something like source control. But honestly, slap that code on Github without hesitation!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.