Re: Knowledge for a basic programmer and advanced programmer

[email protected] (John SJ Anderson) Fri, 5 Jan 2024 08:04:24 -0800
Newsgroups perl.beginners
Message-ID <[email protected]>
> If you are coding you should be backing up every
> 10 minutes or more often.  And you should store 
> a "historical" full copy of the code every 30 minutes
> or more often and save them for days.

No, you shouldn’t, because it is no longer 1985. 

You should learn how to use version control; the de facto standard at this point is Git. 

j.