0% found this document useful (0 votes)
25 views5 pages

27 Things I Wish Id Known When I Started Programming

The document lists 27 things the author wishes they knew when starting programming. Some of the most important lessons include celebrating small wins (#14), always learning new technologies (#23), and not giving up right before a change is about to happen (#26). The author emphasizes that learning to code takes time and discipline but is worth it in the end.

Uploaded by

Divine Solutions
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views5 pages

27 Things I Wish Id Known When I Started Programming

The document lists 27 things the author wishes they knew when starting programming. Some of the most important lessons include celebrating small wins (#14), always learning new technologies (#23), and not giving up right before a change is about to happen (#26). The author emphasizes that learning to code takes time and discipline but is worth it in the end.

Uploaded by

Divine Solutions
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

27 Things I Wish I'd Known When I Started

Programming
forbes.com/sites/quora/2017/02/03/twenty-seven-things-i-wish-id-known-when-i-started-programming

3 de febrero de 2017

© 2022 Forbes Media LLC. All Rights Reserved

Feb 3, 2017,10:58am EST

Quora
Contributor
Consumer Tech

This article is more than 4


years old.

1/5
(Photo by Tomohiro Ohsumi/Getty Images)

What are some things you wish you knew when you started programming? originally
appeared on Quora: the place to gain and share knowledge, empowering people to learn
from others and better understand the world.

Answer by Ken Mazaika, CTO, Co-founder & Mentor @


thefirehoseproject.com, on Quora:

I wish I knew a ton stuff, but 27 things come to mind.

Full disclosure: I put the most important things at #14 and #26 because I’d love for you
to read the full answer. I think you’ll enjoy it.

PROMOTED

1. You learn by doing. The only way to get better at programming is to actually
program. Don’t let an analysis paralysis prevent you from ever starting.

2. Programming isn’t like studying for a test. Memorizing stuff doesn’t matter all
that much.

3. Cheating is completely acceptable. I use Google to solve most of my problems,


and so do most programmers.

4. Letting problems pile up without checking is a poor strategy. I used to make


endless changes to my code and expect it to work right away. The problem with this
approach is that it stacks one problem on top of another, and it becomes difficult to figure

2/5
what went wrong.

5. Learning by yourself is really tough. Talking about code and collaborating with
other aspiring developers is a better way to learn for most people.

6. Let go of your emotions. You’re going to see error messages on your journey to
becoming a programmer. When screwing up is such an integral part of the process, you
need to be ok with making mistakes in order to grow.

7. You don’t need 5 monitors. Contrary to what Hollywood might tell you, you don’t
need an insane external monitor setup to be a programmer. The computer that you own
right now is probably good enough to use to start programming. Don’t waste your money.

8. There’s a BIG difference between a capital letter and a lowercase letter. It


took me a while to get used to noticing subtle differences between similar symbols, and it
can be pretty frustrating until you get used to it.

9. Trying to understand everything is a lost cause. In the beginning, I tried to


chase down the “why” to every problem I encountered. This isn’t necessary. Computers
are so complex and there is so much to learn, and you’re never going to understand
everything. That’s ok.

10. Pair program as much as possible. There is no faster way to learn how to code.

11. Changing bad code is part of the process. I used to think that every piece of code
I wrote needed to be perfect. But making improvements to your code is normal. You’re
not writing a book that can’t be changed once it’s published.

12. There’s a right way to ask for help. Everybody needs to ask for help at some
point. And when you do, make sure that you do these 4 things:

Overcommunicate details that you see.


Explain exactly what you think should be happening.
Explain exactly what is actually happening.
Explain why you think it should be working differently.

When you go through this process, you’ll often come across a solution without ever asking
for help. It makes you think about problems in a holistic way.

13. You don’t need to be a math genius. If you’re not a “math person,” that doesn’t
mean that you can’t be a programmer.

14. Always celebrate the small wins. Building stuff with code is really cool. I never
would have arrived where I’m at if I hadn’t stepped back and admired the awesome things
I was building along the way.

15. Meet-ups are incredibly valuable. In the beginning, it was pretty intimidating to
get myself to the point where I felt comfortable attending these. But once I did, I realized
that there were a ton of developers just like me.

3/5
16. Avoiding merge conflicts makes you happier. Merge conflicts are annoying. So
when I realized that I could sneak a feature in before a teammate so that he/she had to
deal with these instead of me, I was super excited.

17. It’s ok to admit what you don’t know. When you land your first programming
job, you might be inclined to “fake it till you make it.” Don’t. Nobody expects you to know
everything right away.

18. It doesn’t take 10,000 hours to be good enough to land a job. In reality, you
need to be good enough to know how to self correct and get back on track when problems
arise. This takes far less time than 10,000 hours.

19. You’re going to wake up in the morning thinking about code. And when it
happens, it’s really freakin’ cool.

20. It’s ok to make big mistakes. I once made a mistake that cost my company
$10,000 dollars. In the process, I learned the most important lesson of my programming
career.

21. An algorithm is like finding a name in a phonebook. Algorithms are a step-by-


step approach where there is exactly one correct next step. An easier way to think about
this is the strategy that you would take to find one specific name in a phonebook.

22. You’re never going to feel like you’re ready to program full time. Imposter
syndrome is real. Try to remember that it’s normal to not know everything. The most
important thing is understanding that you can figure out the stuff that you don’t know.

23. Programmers never stop learning. New technologies come out all the time, so
the programmers that succeed are the ones who continue to learn and develop their craft
on an ongoing basis.

24. Make the computer think like a human. Too many people have the impression
that you need to think like a computer. It’s actually the opposite.

25. Programming is about using the right tool for the job. There are so many
different open source libraries, tools, and frameworks at your disposal. So you need to
grow your developer toolkit and understand which tool makes sense for each problem that
they encounter.

26. It’s common to give up right before change is about to happen. Learning to
code (especially to the point where you can switch careers) is a lot of work. It takes time
and a lot of discipline, but it is possible. Too many people make the mistake of doing
almost enough work to to get where they want.

27. Learning to code isn’t easy. But that’s why it’s worth doing.

In hindsight, I’m actually really happy that I was so naive in the beginning. Knowing so
little back then gave me the motivation to think critically about everything I learned later
on.

4/5
Now I get to spend time helping other people achieve their goals through code. What
could be better than that?

This question originally appeared on Quora. the place to gain and share knowledge,
empowering people to learn from others and better understand the world. You can
follow Quora on Twitter, Facebook, and Google+. More questions:

Learning New Things: Is it ever too late for someone to learn how to program?

5/5

You might also like