Click here to Skip to main content
15,887,596 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
Gary Wheeler28-Aug-23 6:13
Gary Wheeler28-Aug-23 6:13 
GeneralRe: What's your least favorite part of coding? Pin
Amarnath S27-Aug-23 5:16
professionalAmarnath S27-Aug-23 5:16 
GeneralRe: What's your least favorite part of coding? Pin
Mircea Neacsu27-Aug-23 6:43
Mircea Neacsu27-Aug-23 6:43 
GeneralRe: What's your least favorite part of coding? Pin
honey the codewitch27-Aug-23 7:12
mvahoney the codewitch27-Aug-23 7:12 
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 
StarNamer@work wrote:
...and then the specification is the documentation.
As I said, "In an ideal world, ..."
Well, I have issues with that on two counts:
- the specification only provides the "black box" description of the code, what gets in and what gets out. It doesn't say how to do it. It is up to you, the programmer to choose/devise the best algorithm, data structures to be used, limitations and compromises you had to make and so on; in brief, the nitty-gritty of the implementation.
- as you say, the world is not ideal and specifications are not complete so you have to make decisions during the implementation on how to solve those blank spots in the specification. You do it either by going back to the user, or by making informed choices but in the end all that accumulated knowledge has to be put somewhere by someone and I'd argue that you are in the best position to amend that specification and transform it into a manual.

Of course things can be different if you are part of a humongous organization and you are just a little cog doing your little bit for an enormous project. In that case there are probably many other people doing documentation, testing, integration, etc. and you just have to do (well) your bit of coding. However the OP was talking of design and contrasting it with documentation and testing, often seen as "lowly" activities. My point was that, in smaller projects, where you have certain freedom to design and implement stuff, there are no "lowly" tasks and everything has to be regarded as equally important.

I could go on, but I already feel that I'm ranting. Sorry... Smile | :)
Mircea

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 
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 

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.