Click here to Skip to main content
15,888,144 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's your least favorite part of coding? Pin
Ralf Quint28-Aug-23 6:40
Ralf Quint28-Aug-23 6:40 
GeneralRe: What's your least favorite part of coding? Pin
honey the codewitch28-Aug-23 6:50
mvahoney the codewitch28-Aug-23 6:50 
GeneralRe: What's your least favorite part of coding? Pin
StarNamer@work27-Aug-23 13:41
professionalStarNamer@work27-Aug-23 13:41 
GeneralRe: What's your least favorite part of coding? Pin
Mircea Neacsu27-Aug-23 14:13
Mircea Neacsu27-Aug-23 14:13 
GeneralRe: What's your least favorite part of coding? Pin
StarNamer@work29-Aug-23 0:02
professionalStarNamer@work29-Aug-23 0:02 
GeneralRe: What's your least favorite part of coding? Pin
Mircea Neacsu29-Aug-23 1:29
Mircea Neacsu29-Aug-23 1:29 
GeneralRe: What's your least favorite part of coding? Pin
jmaida27-Aug-23 15:04
jmaida27-Aug-23 15:04 
GeneralRe: What's your least favorite part of coding? Pin
Sander Rossel27-Aug-23 21:34
professionalSander Rossel27-Aug-23 21:34 
Mircea Neacsu wrote:
I don't think your question has a proper answer between professionals
So you like everything about your job?
Including the meetings with management?
Very few people like everything about their job.
In fact, not many people really like their job at all.

As for the rest of your post, I come across very little code that's properly documented, my own code included.
I don't find it all that important and neither does my customer and it's never been an issue.
Same goes for automated tests.
The greatest bottleneck in my code is a piece that requires extensive UI and integration testing (of which a part can't even be tested because third party).
It's faster and easier to just manually run the code a few times and get that code in order so there's fewer chances of it breaking.

Having said that, I hate writing documentation because the moment you write it the software will have evolved and the documentation is outdated and no one will ever read it anyway and for that reason I never trust documentation.
I also really dislike writing tests.
The only tests I've seen never broke until they did because functionality changed.
Never have I prevented a bug with tests.
I use tests when writing complicated and easy to test logic, like parsers (but I rarely write those and when I do they're simple parsers).

GeneralRe: What's your least favorite part of coding? Pin
Mircea Neacsu28-Aug-23 1:28
Mircea Neacsu28-Aug-23 1:28 
GeneralRe: What's your least favorite part of coding? Pin
Sander Rossel28-Aug-23 2:25
professionalSander Rossel28-Aug-23 2:25 
GeneralRe: What's your least favorite part of coding? Pin
Mircea Neacsu28-Aug-23 2:50
Mircea Neacsu28-Aug-23 2:50 
GeneralRe: What's your least favorite part of coding? Pin
Sander Rossel28-Aug-23 3:17
professionalSander Rossel28-Aug-23 3:17 
GeneralRe: What's your least favorite part of coding? Pin
Mircea Neacsu28-Aug-23 3:28
Mircea Neacsu28-Aug-23 3:28 
GeneralRe: What's your least favorite part of coding? Pin
honey the codewitch28-Aug-23 8:16
mvahoney the codewitch28-Aug-23 8:16 
GeneralRe: What's your least favorite part of coding? Pin
Richard MacCutchan27-Aug-23 6:43
mveRichard MacCutchan27-Aug-23 6:43 
GeneralRe: What's your least favorite part of coding? Pin
0x01AA27-Aug-23 7:21
mve0x01AA27-Aug-23 7:21 
GeneralRe: What's your least favorite part of coding? Pin
Richard MacCutchan27-Aug-23 21:38
mveRichard MacCutchan27-Aug-23 21:38 
GeneralRe: What's your least favorite part of coding? Pin
kmoorevs27-Aug-23 7:51
kmoorevs27-Aug-23 7:51 
GeneralRe: What's your least favorite part of coding? Pin
lmoelleb27-Aug-23 8:58
lmoelleb27-Aug-23 8:58 
GeneralRe: What's your least favorite part of coding? Pin
honey the codewitch27-Aug-23 9:52
mvahoney the codewitch27-Aug-23 9:52 
GeneralRe: What's your least favorite part of coding? Pin
lmoelleb28-Aug-23 2:08
lmoelleb28-Aug-23 2:08 
GeneralRe: What's your least favorite part of coding? Pin
Gerry Schmitz27-Aug-23 9:07
mveGerry Schmitz27-Aug-23 9:07 
GeneralRe: What's your least favorite part of coding? Pin
honey the codewitch27-Aug-23 9:51
mvahoney the codewitch27-Aug-23 9:51 
GeneralRe: What's your least favorite part of coding? Pin
Slacker00727-Aug-23 9:40
professionalSlacker00727-Aug-23 9:40 
GeneralRe: What's your least favorite part of coding? Pin
honey the codewitch27-Aug-23 9:44
mvahoney the codewitch27-Aug-23 9:44 

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.