|
|
|
|
|
by skinkestek
1809 days ago
|
|
> There is usually a baseline level of knowledge and skill expected even from a fresh coding bootcamp grad. If they’re not familiar with certain fundamental concepts, answering some of their questions can be frustrating for more senior colleagues. Many schools seems to take pride in not teaching you how it is really done. Banning IDEs is a classic. A friend of mine got some remarks after I'd helped him: I'd introduced him to the BlockedQueue in Java and he wasn't supposed to know about that. > Business domain knowledge or company-specific tooling is a different thing, but even there, some people tend to avoid note-taking (or looking up documentation), which can result in them repeatedly asking the exact same questions. My current client actually praises me for just being honest and saying that the existing documentation isn't good enough. YMMW but many times the training you get for the business specific part you get is awful or non existent and the documentation consist of whatever the previous person (who invented the tool/procedure/whatever) needed to remember. |
|
I never heard of that.