|
Who is responsible for writing Use Cases?
Answer Snippets (Read the full thread at stackoverflow):
Someone who....
That could be the project manager, a dedicated business analyst or the lead developer, it depends on the team.. .
So the person that wears the business analysts hat at the time .
The person whose role it is to perform the business analysis .
|
|
Hi ,
Can somebdy please explain the usage of responsible for and responsible to
Started by namitb on
, 8 posts
by 7 people.
Answer Snippets (Read the full thread at urch):
responsible for '....
The cabinet is responsible to the government.
Government is responsible for the well being of the citizens
while you are responsible to a subject i.e.
Let me try
You are responsible for actions e.g.
|
|
I am using pyinotify to detect access, changes, etc. on files in a given directory. Is there an easier way to find out which process was responsible for that - without having to patch inotify ?
Started by wr on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There isn't any guarantee that the process responsible is still running when you get the event.
|
Ask your Facebook Friends
|
In Objective-C, if array1 is copied onto array2 using mutableCopy, and suppose the code is done in main(), who is responsible for releasing the objects contained in the array? Is it main() or array2?
Started by huggie on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In my experience however, releasing objects only causes applications contents:
who is responsible for releasing the objects contained in the array ? Is it main() or array2?
Both array1 and array2 are....
Be responsible for releasing array1.
|
|
Hi I wish to know which one is responsible for cleanup of the stack
suppose you have a function fun lets say like this :-
var = fun(int x, int y, float z, char x);
when fun will get called it will go into the stack along with the parameters then when ...
Started by Arpit on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It decides the following things:
Who is responsible.
A calling convention is similar to a contract.
|
|
If you are a programmer of an app, with potential (costly) ramifications if the security of the app is compromised, are you responsible if anything goes wrong (e.g data is leaked)?
Does it depend on whether you are the manager of the project?
Started by geejay on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Morally,....
This is why most EULAs state that there is no warranty, etc .
That will depend entirely on the legal jurisdiction, contract between you and the customer (and any intermediaries, such as an employer, if you're not doing this as an individual) .
|
|
You've discovered that you are the author of a critical bug that has made it into customer's hands and it's caused problems with their operations.
You have a solution that should fix the problem, but you are still responsible for the problem in the first...
Started by Alan on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
When you.
Customers it was you personally responsible for the bug but the company as a whole.
|
|
I want to click / look at on an html element and find out which css rule is responsible for which format property.
i.e. I want to know the font's come from body{ } the color from h { } and the padding from #headercontainer
Is there a way of doing this...
Started by Tom R on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Style rules with a strikethrough are overridden styles (note....
When you inspect an element, the style tab shows what styles are being applied .
The style information will show which css rules are being applied and which are being canceled out .
Use firebug.
|
|
I've always disliked the godaddy user experience and their mail performance has caused hours of grief for our technical people. Now that they've released their latest batch of sleazy commercials, upper management is on board with us switching providers...
Started by mson on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
If you are a personal....
It's pretty nice, and it seems to work OK for me .
You basically get GMail on your own domain, web hosting, etc, etc .
Google Apps works, but since I have no idea about your size and requirements, I don't know if it's right for you .
|
|
I've got an application with 2 main components + other DLLs:
Core DLL (got all core functionality) GUI 3rd Party and Totally Independent DLLs which requires for DI etc. Now I'm implementing plugin support.
Which DLL should be responsible from loading ...
Started by dr. evil on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I would create and fill the containers according to where... .
I think that the answer depends on how the Parts (using MEF terminology) are being used by within the application .
I would think Core DLL, as it is probably business logic that will be plugins .
|