+1 to the testing and source control. Most programming courses (mine included) give you enough knowledge to program 'in the small' but that's not really a useful skill. You need to be able to program 'in the large', write tests, refactoring old code, document for the next developer, debug, create abstractions - all of which you an get away with in the small.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
+1 to the testing and source control. Most programming courses (mine included) give you enough knowledge to program 'in the small' but that's not really a useful skill. You need to be able to program 'in the large', write tests, refactoring old code, document for the next developer, debug, create abstractions - all of which you an get away with in the small.