37
What advice would you give to someone just starting out with a career in programming?
(self.cs_career_questions)
A community to ask questions about the tech industry!
Icon base by Skoll under CC BY 3.0 with modifications to add a gradient
Learn how to write and propose ideas.
Develop empathy with users and put yourself in their shoes.
Think ahead about how what you're working on is going to be used. If it requires a lot of steps, take out as many as possible before writing a single line of code.
Automate the crap out of everything you do, so it's a one-line command to build, test, and install it. Your future self will thank you.