[–] JohnFen 1y 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 1y ago ↗ I agree with you. This is a important skill. Turning problems into code and making a solution.
[–] muconto107 1y ago ↗ I agree with you. This is a important skill. Turning problems into code and making a solution.
[–] 999900000999 1y 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
[ 5.0 ms ] story [ 33.3 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.