Click here to Skip to main content
15,925,309 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.

 
GeneralRe: What does software engineering look like, in practical terms? Pin
Slacker00721-Jul-16 0:25
professionalSlacker00721-Jul-16 0:25 
GeneralRe: What does software engineering look like, in practical terms? Pin
raddevus21-Jul-16 2:33
mvaraddevus21-Jul-16 2:33 
GeneralRe: What does software engineering look like, in practical terms? Pin
maze321-Jul-16 2:10
professionalmaze321-Jul-16 2:10 
GeneralRe: What does software engineering look like, in practical terms? Pin
raddevus21-Jul-16 2:36
mvaraddevus21-Jul-16 2:36 
QuestionRe: What does software engineering look like, in practical terms? Pin
Slacker00721-Jul-16 4:56
professionalSlacker00721-Jul-16 4:56 
AnswerRe: What does software engineering look like, in practical terms? Pin
raddevus21-Jul-16 5:50
mvaraddevus21-Jul-16 5:50 
GeneralRe: What does software engineering look like, in practical terms? Pin
Slacker00721-Jul-16 6:02
professionalSlacker00721-Jul-16 6:02 
GeneralRe: What does software engineering look like, in practical terms? Pin
#realJSOP20-Jul-16 5:44
professional#realJSOP20-Jul-16 5:44 
In an agile environment (at least every one I've had the misfortune of being part of), all code is seat-of-the-pants this-might-work we'll-fix-it-later kinda stuff. Nothing is written down as far as how components interact, so "sh|t gets done when you get around to it".

Inheritance chains usually end up being a quagmire of crap, code is needlessly duplicated, is lacking in comments and/or documentation, and "elegant" is never an appropriate description of the code. This makes it a freakin nightmare to maintain, and since this is the way it happens more often than not, nobody in their right mind would want to come in cold and work on it. The possibility of bug "fix" side effects are both subtle and wide-ranging, and to be honest, new programmers have almost ZERO debugging skills.

Maybe I'm just not a believer in the agile paradigm when an enterprise-level mission-critical application is under development. SDLC with a reasonable timeline for completion all the way, and don't skimp on hiring the necessary talent.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

PraiseRe: What does software engineering look like, in practical terms? Pin
Slacker00721-Jul-16 0:26
professionalSlacker00721-Jul-16 0:26 
GeneralRe: What does software engineering look like, in practical terms? Pin
Maarten197720-Jul-16 4:50
Maarten197720-Jul-16 4:50 
GeneralRe: What does software engineering look like, in practical terms? Pin
#realJSOP20-Jul-16 5:50
professional#realJSOP20-Jul-16 5:50 
GeneralRe: What does software engineering look like, in practical terms? Pin
Mark_Wallace20-Jul-16 12:14
Mark_Wallace20-Jul-16 12:14 
GeneralRe: What does software engineering look like, in practical terms? Pin
Andreas Mertens31-Jul-16 6:25
professionalAndreas Mertens31-Jul-16 6:25 
AnswerRe: What does software engineering look like, in practical terms? Pin
OriginalGriff20-Jul-16 1:38
mveOriginalGriff20-Jul-16 1:38 
GeneralRe: What does software engineering look like, in practical terms? Pin
Marc Clifton20-Jul-16 1:58
mvaMarc Clifton20-Jul-16 1:58 
GeneralRe: What does software engineering look like, in practical terms? Pin
den2k8820-Jul-16 2:30
professionalden2k8820-Jul-16 2:30 
GeneralRe: What does software engineering look like, in practical terms? Pin
Mark_Wallace20-Jul-16 12:16
Mark_Wallace20-Jul-16 12:16 
AnswerRe: What does software engineering look like, in practical terms? Pin
Wonde Tadesse20-Jul-16 1:40
professionalWonde Tadesse20-Jul-16 1:40 
AnswerRe: What does software engineering look like, in practical terms? Pin
Basildane20-Jul-16 1:42
Basildane20-Jul-16 1:42 
GeneralRe: What does software engineering look like, in practical terms? Pin
Pete O'Hanlon20-Jul-16 1:53
mvePete O'Hanlon20-Jul-16 1:53 
GeneralRe: What does software engineering look like, in practical terms? Pin
Basildane20-Jul-16 2:04
Basildane20-Jul-16 2:04 
PraiseRe: What does software engineering look like, in practical terms? Pin
den2k8820-Jul-16 2:32
professionalden2k8820-Jul-16 2:32 
GeneralRe: What does software engineering look like, in practical terms? Pin
Marc Clifton20-Jul-16 2:10
mvaMarc Clifton20-Jul-16 2:10 
GeneralRe: What does software engineering look like, in practical terms? Pin
Dominic Burford20-Jul-16 2:34
professionalDominic Burford20-Jul-16 2:34 
GeneralRe: What does software engineering look like, in practical terms? Pin
Marc Clifton20-Jul-16 2:03
mvaMarc Clifton20-Jul-16 2:03 

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.