Search Results

0
votes

Is a versioning system or code repository necessary for a single developer?

Yes, you definitely need source control. It'll help if you need to go back to a previous version or accidently edit/delete files. I'd say Continuous Integration wouldn't hurt either ... eve …