Click here to Skip to main content
15,887,027 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: In defense of spaghetti code. *ducks* Pin
Eusebiu Marcu18-May-23 6:24
Eusebiu Marcu18-May-23 6:24 
GeneralRe: In defense of spaghetti code. *ducks* Pin
honey the codewitch18-May-23 6:45
mvahoney the codewitch18-May-23 6:45 
GeneralRe: In defense of spaghetti code. *ducks* Pin
CPallini17-May-23 20:29
mveCPallini17-May-23 20:29 
GeneralRe: In defense of spaghetti code. *ducks* Pin
Sander Rossel16-May-23 21:22
professionalSander Rossel16-May-23 21:22 
GeneralRe: In defense of spaghetti code. *ducks* Pin
ACRowland18-May-23 1:21
ACRowland18-May-23 1:21 
GeneralRe: In defense of spaghetti code. *ducks* Pin
glennPattonWork316-May-23 22:48
professionalglennPattonWork316-May-23 22:48 
GeneralRe: In defense of spaghetti code. *ducks* Pin
Jeremy Falcon17-May-23 1:40
professionalJeremy Falcon17-May-23 1:40 
GeneralRe: In defense of spaghetti code. *ducks* Pin
honey the codewitch17-May-23 2:24
mvahoney the codewitch17-May-23 2:24 
While I hear you, I do have one niggling nit to pick with your suggestion that comments *do* have zero impact if you mean they have zero negative impact on your codebase.

They do. Comments are extra maintenance, and often get stale. They should be used as sparsely as possible and no sparser.

For the most part, code should be self documenting. This is not as true in embedded where you often can't afford the necessary abstractions to express intent, such as using the STL algorithms everyone is familiar with. In the case of embedded comments tend to be more necessary.
To err is human. Fortune favors the monsters.

GeneralRe: In defense of spaghetti code. *ducks* Pin
Jeremy Falcon17-May-23 4:09
professionalJeremy Falcon17-May-23 4:09 
GeneralRe: In defense of spaghetti code. *ducks* Pin
honey the codewitch17-May-23 4:10
mvahoney the codewitch17-May-23 4:10 
GeneralRe: In defense of spaghetti code. *ducks* Pin
Jeremy Falcon17-May-23 4:15
professionalJeremy Falcon17-May-23 4:15 
GeneralRe: In defense of spaghetti code. *ducks* Pin
honey the codewitch17-May-23 4:18
mvahoney the codewitch17-May-23 4:18 
GeneralRe: In defense of spaghetti code. *ducks* Pin
Jeremy Falcon17-May-23 4:24
professionalJeremy Falcon17-May-23 4:24 
GeneralRe: In defense of spaghetti code. *ducks* Pin
honey the codewitch17-May-23 4:30
mvahoney the codewitch17-May-23 4:30 
GeneralRe: In defense of spaghetti code. *ducks* Pin
Jeremy Falcon17-May-23 4:57
professionalJeremy Falcon17-May-23 4:57 
GeneralRe: In defense of spaghetti code. *ducks* Pin
honey the codewitch17-May-23 4:58
mvahoney the codewitch17-May-23 4:58 
GeneralRe: In defense of spaghetti code. *ducks* Pin
Jeremy Falcon17-May-23 5:02
professionalJeremy Falcon17-May-23 5:02 
GeneralRe: In defense of spaghetti code. *ducks* Pin
honey the codewitch17-May-23 5:03
mvahoney the codewitch17-May-23 5:03 
GeneralRe: In defense of spaghetti code. *ducks* Pin
Nelek17-May-23 9:19
protectorNelek17-May-23 9:19 
GeneralRe: In defense of spaghetti code. *ducks* Pin
Jeremy Falcon17-May-23 9:50
professionalJeremy Falcon17-May-23 9:50 
GeneralRe: In defense of spaghetti code. *ducks* Pin
Jeremy Falcon17-May-23 4:11
professionalJeremy Falcon17-May-23 4:11 
GeneralRe: In defense of spaghetti code. *ducks* Pin
honey the codewitch17-May-23 4:12
mvahoney the codewitch17-May-23 4:12 
GeneralRe: In defense of spaghetti code. *ducks* Pin
thermia18-May-23 2:25
thermia18-May-23 2:25 
QuestionRe: In defense of spaghetti code. *ducks* Pin
megaadam16-May-23 23:18
professionalmegaadam16-May-23 23:18 
AnswerRe: In defense of spaghetti code. *ducks* Pin
honey the codewitch17-May-23 0:06
mvahoney the codewitch17-May-23 0:06 

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.