Click here to Skip to main content
15,892,746 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: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 5:25
professionalGreg Utas30-Nov-21 5:25 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 5:27
mvahoney the codewitch30-Nov-21 5:27 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 6:17
mvahoney the codewitch30-Nov-21 6:17 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 6:31
professionalGreg Utas30-Nov-21 6:31 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 6:35
mvahoney the codewitch30-Nov-21 6:35 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Gerry Schmitz30-Nov-21 10:36
mveGerry Schmitz30-Nov-21 10:36 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
englebart30-Nov-21 13:33
professionalenglebart30-Nov-21 13:33 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 13:36
mvahoney the codewitch30-Nov-21 13:36 
Yeah I've had functions like that, where even if I wanted to break them up I couldn't. LALR(1) table generation tends to create long functions, or run into the problem of passing too many arguments, as you say.

But most of the time, it's a result of me attacking the problem as a whole unit rather than breaking it into parts. In my defense, there are some advantages to this, like whole algo optimization, wherein you can manipulate whole that would be much more difficult or impossible to do when working with the individual parts. It's hard to explain without being able to think of an example offhand, but when you run into it, you'll know. =)
Real programmers use butterflies

GeneralRe: For how much time I spend navel gazing about the way I code Pin
Member 916705730-Nov-21 20:18
Member 916705730-Nov-21 20:18 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Jalapeno Bob30-Nov-21 22:03
professionalJalapeno Bob30-Nov-21 22:03 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 23:10
mvahoney the codewitch30-Nov-21 23:10 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Jalapeno Bob2-Dec-21 20:04
professionalJalapeno Bob2-Dec-21 20:04 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
BillWoodruff30-Nov-21 23:28
professionalBillWoodruff30-Nov-21 23:28 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Cpichols1-Dec-21 1:59
Cpichols1-Dec-21 1:59 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
MKJCP1-Dec-21 4:00
MKJCP1-Dec-21 4:00 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Matt McGuire1-Dec-21 4:54
professionalMatt McGuire1-Dec-21 4:54 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
MikeTheFid1-Dec-21 5:09
MikeTheFid1-Dec-21 5:09 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Martin ISDN1-Dec-21 5:40
Martin ISDN1-Dec-21 5:40 
GeneralCCC 30-11-2021 Pin
pkfox29-Nov-21 21:28
professionalpkfox29-Nov-21 21:28 
GeneralRe: CCC 30-11-2021 Pin
Peter_in_278029-Nov-21 22:29
professionalPeter_in_278029-Nov-21 22:29 
GeneralRe: CCC 30-11-2021 - Winner !!! Pin
pkfox29-Nov-21 22:57
professionalpkfox29-Nov-21 22:57 
Questioncode sexiness question Pin
Super Lloyd29-Nov-21 19:57
Super Lloyd29-Nov-21 19:57 
AnswerRe: code sexiness question Pin
Rage29-Nov-21 20:05
professionalRage29-Nov-21 20:05 
GeneralRe: code sexiness question Pin
Super Lloyd29-Nov-21 20:13
Super Lloyd29-Nov-21 20:13 
GeneralRe: code sexiness question Pin
Rage29-Nov-21 20:19
professionalRage29-Nov-21 20:19 

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.