Conversation

When I started asking for help with programming, I had some idea that it would be similar to like... asking for help with a dance move, or how to do a thing in photoshop. Sure, there's different techniques, but not a *lot* of them; ask an expert, get a fast answer. 1/
19
350
but when asking people who are really good at programming a question about 'how to do this thing,' a surprising amount of the time they *don't know*, and have to go google it. And when I ask multiple people, they often give me radically different answers. 2/
8
232
I think I thought programming was much narrower than it was, but it's actually extremely broad; even if you're familiar with the same language, you might not be with the same library, or the *type* of thing I'm trying to do. It's a huge landscape with many right answers.
7
289
Show replies
Replying to
yup, Ive quickly realized that knowing code makes you a good programmer in the same way knowing the alphabet makes you a good writer
15
Replying to
Ya. Its hard to explain but there's like 5 (ish) families of computer languages. Once you know 1 language in each family you can mostly figure out any other in a few hours of googling. Then it's a little bit like this with a little more syntax.
Image
1
14
Replying to
There is also a difference between a programmer, a software engineer, and a computer scientist. They may all use the same programming language, but they approach problems in very different ways and their expectations about the end result similarly vary.