up vote 1 down vote favorite
share [g+] share [fb]

I'm currently in the process of becoming a maintainer of a small open source project (a Facebook toolkit), and of course, one of the responsibilities is to answer user questions on our forum. While I'm happy to help users learn how to work with our toolkit and deal with issues they may run into (which may eventually indicate bugs in our code), a significant amount of the questions seem to have less to do with our toolkit specifically, and more to do with knowing how to program in general.

I'd like to help the people asking these questions, but I don't really have the time to be a full-on programming teacher. I don't want to just ignore them. They're not asking to be spoon-fed everything; they just don't know where to begin to solve their problems. Is there some way I can point them in the right direction without offending them, and without spending all my time trying to teach our users general programming skills?

link|improve this question

79% accept rate
feedback

protected by Will Aug 24 '10 at 13:43

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

2 Answers

up vote 1 down vote accepted

Make a FAQ page or a tutorial covering some of the basics, that will eliminate quite a lot of questions.

link|improve this answer
Well, from my forum experiences it will not eliminate these questions, but you can then just point them to a faq. A good idea on any forum. – Ed S. Dec 17 '08 at 5:51
feedback

Send them here! Seriously, though, the "perceived value" of your answer has a lot to do with your attitude. Tell them exactly what you said in your second paragraph: that you don't have the bandwidth to help as much as you'd like, but you can suggest some very helpful web sites, books, or other references. "STFW" is acceptable, provided it's phrased appropriately, and you might even suggest search terms.

link|improve this answer
1  
Had to look that one up - it's "search the f***ing web". Now, what would have been funny is if I had asked what it stood for. – Cam Aug 24 '10 at 3:59
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.