[–] JohnFen 2y ago ↗ I don't think it's a software skill specifically, but for me it was learning more formal methods for deconstructing and analyzing problems. [–] muconto107 2y ago ↗ I agree with you. This is a important skill. Turning problems into code and making a solution.
[–] muconto107 2y ago ↗ I agree with you. This is a important skill. Turning problems into code and making a solution.
[–] 999900000999 2y ago ↗ Learn version control!git add .git commit . -m Stuffgit pushThat's All you need to get started. Then when you do something stupid you can just revert to a working version.
7 comments
[ 3.2 ms ] story [ 33.7 ms ] threadgit add .
git commit . -m Stuff
git push
That's All you need to get started. Then when you do something stupid you can just revert to a working version.