No post body was provided.
Ask HN: What software dev skill has helped you the most?
1–8 of 8 posts
Re: Ask HN: What software dev skill has helped you the most?
#2I don't think it's a software skill specifically, but for me it was learning more formal methods for deconstructing and analyzing problems.
Re: Ask HN: What software dev skill has helped you the most?
#3Infinite patience with clients.
Re: Ask HN: What software dev skill has helped you the most?
#4Learn 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.
Re: Ask HN: What software dev skill has helped you the most?
#5[deleted]
Re: Ask HN: What software dev skill has helped you the most?
#6[dead]
Re: Ask HN: What software dev skill has helped you the most?
#7I don't think it's a software skill specifically, but for me it was learning more formal methods for deconstructing and analyzing problems.
I agree with you. This is a important skill. Turning problems into code and making a solution.
Re: Ask HN: What software dev skill has helped you the most?
#8comment the natural language between your brain and code