Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.71 KB

2011-02-27-rant-can-someone-else-learn-things-for-me-programmers-se.html.md

File metadata and controls

38 lines (28 loc) · 1.71 KB
author comments date layout slug title wordpress_id categories tags archive 2011
tvjames
true
2011-02-27 11:05:13 +0000
post
rant-can-someone-else-learn-things-for-me-programmers-se
Rant: Can someone else learn things for me? Programmers.SE
14
Professional
coding
rant
2011
03

This is a rant about people asking questions on a particular subject when a quick google search of the subject would have yielded the answer.

What is the F# language?

I have just learned my first Hello World project in C# and now I have heard there is F#.

I was wondering what is it and how is it different from C#?

Really you couldn't have googled this?

You'd rather put up a question to the community to have them answer it for you? With that attitude what kind of programmer will you be, this short insight suggests to me you may not possess very good problem solving skills.

As a professional developer its the attitude of asking someone else for the answer to the person's current problem, rather than understanding it and then asking an informed question, that really annoys me. This annoyance is manyfold, first they learn that they can ask the question and get an immediate answer then becomes standard behaviour and they tend to wait for the answer to the question rather than continuing to research it on their own. Second, they rarely gain understanding, they typically just want the answer and move on, this means when they encounter the issue again they ask the question again.

Simply they are taking shortcuts that dont pay off in the long term and end up being a burden on the team they are in.

Rant & over generalisation over :)