Click here to Skip to main content
15,922,166 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Requirments Vs Specification ? Pin
W Balboos, GHB11-Feb-15 6:29
W Balboos, GHB11-Feb-15 6:29 
AnswerRe: Requirments Vs Specification ? Pin
Leng Vang11-Feb-15 7:25
Leng Vang11-Feb-15 7:25 
AnswerRe: Requirments Vs Specification ? Pin
jnlt11-Feb-15 7:27
jnlt11-Feb-15 7:27 
AnswerRe: Requirments Vs Specification ? Pin
Yortw11-Feb-15 8:46
Yortw11-Feb-15 8:46 
AnswerRe: Requirments Vs Specification ? Pin
kdmote11-Feb-15 10:53
kdmote11-Feb-15 10:53 
GeneralRe: Requirments Vs Specification ? Pin
KevinGilmore11-Feb-15 13:53
professionalKevinGilmore11-Feb-15 13:53 
RantRe: Requirments Vs Specification ? Pin
Vivi Chellappa12-Feb-15 6:54
professionalVivi Chellappa12-Feb-15 6:54 
AnswerRe: Requirments Vs Specification ? Pin
KP Lee13-Feb-15 10:37
KP Lee13-Feb-15 10:37 
I remember reading a line of code, reporting to the manager there was a bug in the code. "It can't be, it's written per specification." Well, I haven't seen the specification document, could I see it? After reading it, I agreed the code exactly matched the specification. I could see the manager was satisfied that she had won me over and the code was right, so I said "It's just too bad that it doesn't do what it is supposed to do." That got her attention and after reviewing what it was actually doing, she agreed that it wasn't doing what it was supposed to do. Thank God the naming conventions were so well laid out that by just looking at the code I knew what the requirement for this segment of the code was and the specification didn't satisfy the requirement. Basically a requirement is a statement of what the code is supposed to do, the specification is the implementation plan to meet the requirement.
With a field name of Maximum_Thread_Count_Allowed, I could tell that was the requirement, the Current_Thread_Count was properly being tracked and it could generate Maximum_Thread_Count_Allowed + 2 * Thread_Count_Increment threads. All they had to do to fix it was to change a "-" to a "+" (or Vise-Versa, can't remember the formula I saw in 2005.) in the "IF" clause.

There are user requirements and implementation requirements. The first is the constraints the client puts on the code, the second are the requirements the coder has to meet so the code will properly run on the environment it is designed for. The specification should cover both sets of requirements. The user may require that older data is removed using a maintenance schedule. When the daily maintenance is run, it must complete within 24 hours or it fails the implementation requirement.
GeneralDetails matter.. Pin
Tim Carmichael10-Feb-15 4:09
Tim Carmichael10-Feb-15 4:09 
GeneralRe: Details matter.. Pin
KP Lee13-Feb-15 11:21
KP Lee13-Feb-15 11:21 
Generalround trip engineering Pin
Southmountain10-Feb-15 3:40
Southmountain10-Feb-15 3:40 
GeneralRe: round trip engineering PinPopular
Roger Wright10-Feb-15 4:02
professionalRoger Wright10-Feb-15 4:02 
JokeRe: round trip engineering Pin
CHill6010-Feb-15 4:42
mveCHill6010-Feb-15 4:42 
GeneralRe: round trip engineering Pin
Roger Wright10-Feb-15 5:32
professionalRoger Wright10-Feb-15 5:32 
GeneralRe: round trip engineering Pin
Frank Alviani10-Feb-15 5:45
Frank Alviani10-Feb-15 5:45 
GeneralRe: round trip engineering Pin
Mark_Wallace10-Feb-15 5:35
Mark_Wallace10-Feb-15 5:35 
GeneralRe: round trip engineering Pin
CHill6010-Feb-15 5:52
mveCHill6010-Feb-15 5:52 
GeneralRe: round trip engineering Pin
KP Lee13-Feb-15 11:42
KP Lee13-Feb-15 11:42 
GeneralRe: round trip engineering Pin
CHill6017-Feb-15 5:36
mveCHill6017-Feb-15 5:36 
GeneralRe: round trip engineering Pin
KP Lee20-Feb-15 10:17
KP Lee20-Feb-15 10:17 
GeneralRe: round trip engineering Pin
Ravi Bhavnani10-Feb-15 4:46
professionalRavi Bhavnani10-Feb-15 4:46 
GeneralNeed to recover a Harddrive. Pin
rnbergren10-Feb-15 3:39
rnbergren10-Feb-15 3:39 
GeneralRe: Need to recover a Harddrive. Pin
Afzaal Ahmad Zeeshan10-Feb-15 3:44
professionalAfzaal Ahmad Zeeshan10-Feb-15 3:44 
GeneralRe: Need to recover a Harddrive. PinPopular
R. Giskard Reventlov10-Feb-15 4:50
R. Giskard Reventlov10-Feb-15 4:50 
GeneralRe: Need to recover a Harddrive. Pin
Afzaal Ahmad Zeeshan10-Feb-15 4:57
professionalAfzaal Ahmad Zeeshan10-Feb-15 4:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.