Comment on What are some common misconceptions about programming that you'd like to debunk?

<- View Parent
AnyOldName3@lemmy.world ⁨4⁩ ⁨months⁩ ago

I’d say this is pretty dependent on the language. For example, with C++, you need to micromanage (or at least benefit from micromanaging) a lot of things that you can get away without knowing about at all with other languages. That stuff takes time to pick up if you’re self-teaching as you can write stuff that looks like it works without knowing its half as fast as it could be because you aren’t making use of move semantics, and if a colleague is teaching you, then that’s time they’re not spending directly doing their own work. On the other hand, someone with Typescript experience could write pretty decent Javascript from the get-go.

source
Sort:hotnewtop