❔ Organising some Code
So I've been doing leetcode to become better at cracking problems and becoming more efficient at coding however, I'd like to store my older not working Code somewhere along with the revised versions. I've tried Google docs but it isn't the best for that. Any ideas?
4 Replies
That's what git is for! And services like github/gitlab/bitbucket will allow you to store your repositories with them/provide a bit of a nicer browsing experience
Cool, I thought git might be the answer
Git and Github is definitely the answer, yes
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.