HACKER Q&A
📣 AlwaysNewb23

What software dev skill has helped you the most?


What software dev skill has helped you the most?


  👤 JohnFen Accepted Answer ✓
I don't think it's a software skill specifically, but for me it was learning more formal methods for deconstructing and analyzing problems.

👤 999900000999
Learn version control!

git 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.


👤 AimIdol
comment the natural language between your brain and code

👤 peutetre
Infinite patience with clients.