Click here to Skip to main content
15,886,919 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: Wordle 457 Pin
Sander Rossel18-Sep-22 21:05
professionalSander Rossel18-Sep-22 21:05 
GeneralRe: Wordle 457 Pin
den2k8818-Sep-22 21:12
professionalden2k8818-Sep-22 21:12 
GeneralRe: Wordle 457 - 3 for me Pin
pkfox18-Sep-22 21:13
professionalpkfox18-Sep-22 21:13 
GeneralRe: Wordle 457 Pin
Cp-Coder19-Sep-22 1:26
Cp-Coder19-Sep-22 1:26 
GeneralRe: Wordle 457 Pin
FreedMalloc19-Sep-22 7:14
FreedMalloc19-Sep-22 7:14 
GeneralRe: Wordle 457 Pin
jmaida19-Sep-22 8:20
jmaida19-Sep-22 8:20 
QuestionNavel gazing on coding style? Pin
honey the codewitch17-Sep-22 23:29
mvahoney the codewitch17-Sep-22 23:29 
AnswerRe: Navel gazing on coding style? Pin
Greg Utas18-Sep-22 1:34
professionalGreg Utas18-Sep-22 1:34 
It sounds like we start similarly but have different outcomes. Most of the code in my repository--some 235 KLOCs--had little up-front design. I just have something in mind and start coding. But with empty functions to be filled in later, merciless refactoring, and creating new functions whenever code fragments are duplicated. This usually results in small functions, though I don't mind a long function if breaking it up would add no value other than satisfying some arbitrary maximum length.

The downside is that I could sometimes save time by doing more up-front design. The upside is that time spent on more than a cursory up-front design is usually wasted. The code has to be written so that it can speak to me.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing.

GeneralRe: Navel gazing on coding style? Pin
honey the codewitch18-Sep-22 1:38
mvahoney the codewitch18-Sep-22 1:38 
GeneralRe: Navel gazing on coding style? Pin
sasadler19-Sep-22 6:24
sasadler19-Sep-22 6:24 
GeneralRe: Navel gazing on coding style? Pin
jmaida18-Sep-22 14:45
jmaida18-Sep-22 14:45 
AnswerRe: Navel gazing on coding style? PinPopular
Daniel Pfeffer18-Sep-22 2:02
professionalDaniel Pfeffer18-Sep-22 2:02 
GeneralRe: Navel gazing on coding style? Pin
Greg Utas18-Sep-22 3:32
professionalGreg Utas18-Sep-22 3:32 
GeneralRe: Navel gazing on coding style? Pin
DRHuff18-Sep-22 4:34
DRHuff18-Sep-22 4:34 
GeneralRe: Navel gazing on coding style? Pin
Daniel Pfeffer18-Sep-22 5:56
professionalDaniel Pfeffer18-Sep-22 5:56 
GeneralRe: Navel gazing on coding style? Pin
honey the codewitch18-Sep-22 5:13
mvahoney the codewitch18-Sep-22 5:13 
GeneralRe: Navel gazing on coding style? Pin
Daniel Pfeffer18-Sep-22 5:48
professionalDaniel Pfeffer18-Sep-22 5:48 
GeneralRe: Navel gazing on coding style? Pin
honey the codewitch18-Sep-22 5:59
mvahoney the codewitch18-Sep-22 5:59 
GeneralRe: Navel gazing on coding style? Pin
megaadam18-Sep-22 12:51
professionalmegaadam18-Sep-22 12:51 
GeneralRe: Navel gazing on coding style? Pin
honey the codewitch18-Sep-22 13:18
mvahoney the codewitch18-Sep-22 13:18 
GeneralRe: Navel gazing on coding style? Pin
megaadam18-Sep-22 13:23
professionalmegaadam18-Sep-22 13:23 
AnswerRe: Navel gazing on coding style? Pin
Mircea Neacsu18-Sep-22 2:05
Mircea Neacsu18-Sep-22 2:05 
GeneralRe: Navel gazing on coding style? Pin
Greg Utas18-Sep-22 3:34
professionalGreg Utas18-Sep-22 3:34 
GeneralRe: Navel gazing on coding style? Pin
0x01AA18-Sep-22 4:40
mve0x01AA18-Sep-22 4:40 
GeneralRe: Navel gazing on coding style? Pin
englebart18-Sep-22 4:53
professionalenglebart18-Sep-22 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.