I am a programmer that's pushed into analysing some project (without proper guidance!) and there are frequently some questions popping in my head which I can't find the answer to on the net. Would it be a problem if these were asked on stackoverflow?
Example:
I am designing this project for a company that sort of manages a list of Members (institutes, associations, universities, ...). Each member has a list of staffmembers. Now I was wondering how you ought to design the function (job) for each staffmember. Each staffmember can have more than one function (e.g. Rector and Professor). The tricky part is that a staffmember of member A could also be a staffmember of member B.
You don't have to answer to the question in the example here, just if stuff like this can be posted on Stackoverflow or not.

