Click here to Skip to main content
15,887,135 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: Developing software today ... 15% dev, 85% this and that Pin
Amarnath S19-Jan-24 14:23
professionalAmarnath S19-Jan-24 14:23 
GeneralRe: Developing software today ... 15% dev, 85% this and that Pin
charlieg22-Jan-24 21:04
charlieg22-Jan-24 21:04 
GeneralRe: Developing software today ... 15% dev, 85% this and that Pin
englebart19-Jan-24 14:54
professionalenglebart19-Jan-24 14:54 
GeneralRe: Developing software today ... 15% dev, 85% this and that Pin
Richard MacCutchan19-Jan-24 22:33
mveRichard MacCutchan19-Jan-24 22:33 
GeneralRe: Developing software today ... 15% dev, 85% this and that Pin
GuyThiebaut20-Jan-24 23:50
professionalGuyThiebaut20-Jan-24 23:50 
GeneralRe: Developing software today ... 15% dev, 85% this and that Pin
Mateusz Jakub22-Jan-24 0:06
Mateusz Jakub22-Jan-24 0:06 
GeneralRe: Developing software today ... 15% dev, 85% this and that Pin
Sander Rossel22-Jan-24 5:12
professionalSander Rossel22-Jan-24 5:12 
GeneralRe: Developing software today ... 15% dev, 85% this and that Pin
jschell22-Jan-24 6:15
jschell22-Jan-24 6:15 
"Keep in mind, I'm an older version,"

At least in the far past problems that were solved by computers were significantly less complex.

"85% discussions/meetings about"

Can't speak to your current work situation but certainly I see value is making sure requirements (whatever form they take) are fully specified and understood. Then designs follow from that. The more complexity then the more important that becomes. Neither of those involve throwing code.

I certainly would not want to use a bridge where they started throwing steel/concrete on day one of the contract being signed.

"Code review and refactoring ... and testing the 'whole sh*t' again"

Yes code review is important. Some examples.
- A senior developer that could not seem to grasp how distributed applications worked with databases and was trying to use thread locks to control something that could only be handled by a database transaction. This happened multiple times.
- Multiple different senior developers that wrote C# linq expressions to span/iterate through the entire hash table to do a key look up.
- Senior developer that rewrote a simple switch/case factor pattern (incorrectly) to avoid a static code check which resulted in a production exception.

Testing of course is important when code changes.

"15% Implementing the customer's request"

There is of course no guarantee that implementing processes will be done even close to correct. Not to mention other factors such as the following.
- Personality problems.
- Despite claims that every single company has above average programmers actual probability insures that there will in fact be below average programmers.
- Management blame gaming which makes employees hyper-sensitive to touching anything.
- Management blame gaming which makes employees hyper-sensitive to incomplete requirements.

I worked with a Director recently that seemed to think that every problem could/would be solved by throwing more threads at the problem. Despite him have no actual technical experience with the product. So of course that meant threads got added.
GeneralRe: Developing software today ... 15% dev, 85% this and that Pin
charlieg22-Jan-24 21:34
charlieg22-Jan-24 21:34 
GeneralRe: Developing software today ... 15% dev, 85% this and that Pin
jschell23-Jan-24 5:52
jschell23-Jan-24 5:52 
GeneralRe: Developing software today ... 15% dev, 85% this and that Pin
Steve Naidamast22-Jan-24 6:45
professionalSteve Naidamast22-Jan-24 6:45 
GeneralRe: Developing software today ... 15% dev, 85% this and that Pin
charlieg22-Jan-24 21:46
charlieg22-Jan-24 21:46 
General...to help new "customer service " employee... Pin
Salvatore Terress19-Jan-24 9:44
Salvatore Terress19-Jan-24 9:44 
GeneralRe: ...to help new "customer service " employee... Pin
Richard Andrew x6419-Jan-24 11:44
professionalRichard Andrew x6419-Jan-24 11:44 
GeneralRe: ...to help new "customer service " employee... Pin
k505419-Jan-24 13:10
mvek505419-Jan-24 13:10 
GeneralRe: ...to help new "customer service " employee... Pin
Greg Utas19-Jan-24 14:03
professionalGreg Utas19-Jan-24 14:03 
GeneralRe: ...to help new "customer service " employee... Pin
Nelek19-Jan-24 21:36
protectorNelek19-Jan-24 21:36 
GeneralRe: ...to help new "customer service " employee... Pin
obermd20-Jan-24 8:37
obermd20-Jan-24 8:37 
GeneralRe: ...to help new "customer service " employee... Pin
jschell23-Jan-24 6:14
jschell23-Jan-24 6:14 
GeneralRe: ...to help new "customer service " employee... Pin
Gerry Schmitz19-Jan-24 14:54
mveGerry Schmitz19-Jan-24 14:54 
GeneralRe: ...to help new "customer service " employee... Pin
Peter Kelley 202122-Jan-24 4:51
Peter Kelley 202122-Jan-24 4:51 
GeneralMaking two lines of code work took years of effort but I finally did it! PinPopular
honey the codewitch19-Jan-24 5:27
mvahoney the codewitch19-Jan-24 5:27 
GeneralRe: Making two lines of code work took years of effort but I finally did it! Pin
pkfox19-Jan-24 9:45
professionalpkfox19-Jan-24 9:45 
GeneralRe: Making two lines of code work took years of effort but I finally did it! Pin
Nelek19-Jan-24 10:13
protectorNelek19-Jan-24 10:13 
GeneralRe: Making two lines of code work took years of effort but I finally did it! Pin
honey the codewitch19-Jan-24 10:25
mvahoney the codewitch19-Jan-24 10:25 

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.