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

 
GeneralIs the fear of breaking code what ultimately makes it the most broken? PinPopular
Dean Roddey11-Nov-19 13:45
Dean Roddey11-Nov-19 13:45 
GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
Super Lloyd11-Nov-19 13:52
Super Lloyd11-Nov-19 13:52 
GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
Greg Utas11-Nov-19 14:40
professionalGreg Utas11-Nov-19 14:40 
GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
Nelek11-Nov-19 20:50
protectorNelek11-Nov-19 20:50 
GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
RugbyLeague12-Nov-19 2:33
RugbyLeague12-Nov-19 2:33 
GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
Sander Rossel11-Nov-19 21:12
professionalSander Rossel11-Nov-19 21:12 
GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
Gary Wheeler12-Nov-19 1:52
Gary Wheeler12-Nov-19 1:52 
GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
agolddog12-Nov-19 2:51
agolddog12-Nov-19 2:51 
I'd say fear of breaking code is the symptom. The cause is not being able to read, synthesize, and understand what the code is doing in order to introduce a new mechanism which is stronger/more efficient/more readable/whatever your reason for refactoring is.

Sometimes, that's understandable due to a system being horrifically designed and having layers of dependency (the old house-of-cards or ball-of-mud syndrome). It's tough to refactor one piece of data when it's put into session and potentially used anywhere in the application, for example.

A lot of the time, though, it's simply due to hiring bad developers. Some people simply don't have the horsepower to do serious analysis.

GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
Dean Roddey12-Nov-19 10:46
Dean Roddey12-Nov-19 10:46 
GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
jsaindon@laforceinc.com12-Nov-19 3:36
jsaindon@laforceinc.com12-Nov-19 3:36 
GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
englebart12-Nov-19 4:27
professionalenglebart12-Nov-19 4:27 
GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
Dean Roddey12-Nov-19 10:49
Dean Roddey12-Nov-19 10:49 
GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
PIEBALDconsult12-Nov-19 6:28
mvePIEBALDconsult12-Nov-19 6:28 
GeneralRe: Is the fear of breaking code what ultimately makes it the most broken? Pin
ZorbaTG12-Nov-19 10:34
ZorbaTG12-Nov-19 10:34 
GeneralDiligence work, do you have any similar experience? Pin
User 1106097911-Nov-19 6:08
User 1106097911-Nov-19 6:08 
GeneralRe: Diligence work, do you have any similar experience? Pin
RickZeeland11-Nov-19 6:33
mveRickZeeland11-Nov-19 6:33 
GeneralRe: Diligence work, do you have any similar experience? Pin
kmoorevs11-Nov-19 8:45
kmoorevs11-Nov-19 8:45 
GeneralRe: Diligence work, do you have any similar experience? Pin
Sander Rossel11-Nov-19 10:19
professionalSander Rossel11-Nov-19 10:19 
GeneralRe: Diligence work, do you have any similar experience? Pin
Eddy Vluggen11-Nov-19 10:42
professionalEddy Vluggen11-Nov-19 10:42 
GeneralRe: Diligence work, do you have any similar experience? Pin
Sander Rossel11-Nov-19 11:06
professionalSander Rossel11-Nov-19 11:06 
GeneralRe: Diligence work, do you have any similar experience? Pin
Eddy Vluggen11-Nov-19 11:57
professionalEddy Vluggen11-Nov-19 11:57 
GeneralRe: Diligence work, do you have any similar experience? Pin
kmoorevs11-Nov-19 12:23
kmoorevs11-Nov-19 12:23 
GeneralRe: Diligence work, do you have any similar experience? Pin
Sander Rossel11-Nov-19 21:16
professionalSander Rossel11-Nov-19 21:16 
GeneralThought of the Day Pin
OriginalGriff11-Nov-19 4:46
mveOriginalGriff11-Nov-19 4:46 
GeneralRe: Thought of the Day Pin
Mike Hankey11-Nov-19 4:53
mveMike Hankey11-Nov-19 4:53 

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.