Click here to Skip to main content
15,887,477 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 978 Pin
Amarnath S21-Feb-24 19:21
professionalAmarnath S21-Feb-24 19:21 
GeneralRe: Wordle 978 Pin
ChandraRam21-Feb-24 19:46
ChandraRam21-Feb-24 19:46 
GeneralRe: Wordle 978 Pin
OriginalGriff21-Feb-24 19:56
mveOriginalGriff21-Feb-24 19:56 
GeneralRe: Wordle 978 Pin
Sander Rossel21-Feb-24 20:31
professionalSander Rossel21-Feb-24 20:31 
GeneralRe: Wordle 978 - 3 4 me Pin
pkfox21-Feb-24 20:53
professionalpkfox21-Feb-24 20:53 
GeneralRe: Wordle 978 Pin
StarNamer@work21-Feb-24 22:04
professionalStarNamer@work21-Feb-24 22:04 
GeneralRe: Wordle 978 Pin
Cp-Coder21-Feb-24 22:50
Cp-Coder21-Feb-24 22:50 
GeneralBugs in the funniest of places Pin
honey the codewitch21-Feb-24 7:19
mvahoney the codewitch21-Feb-24 7:19 
I built out a lexer and half baked parser to scan a C header and produce a CSV with certain data pulled out of it.

I got the lexing and parsing of the header done in no time, and with a minimum of fuss.

But outputting the CSV

C#
if (s.Key == "data_packet" || s.Key == "status_packet" || s.Key == "config_packet")


This code exists in two places. Between those two places I got this simple line wrong 3 times, and caused relatively a lot of churn w/ my colleagues in terms of their own work, which relied on this to function properly.

Why sometimes its the simple parts of the code that cause the most problems I'll never know.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

GeneralRe: Bugs in the funniest of places Pin
FreedMalloc21-Feb-24 7:57
FreedMalloc21-Feb-24 7:57 
GeneralRe: Bugs in the funniest of places PinPopular
Marc Clifton21-Feb-24 13:35
mvaMarc Clifton21-Feb-24 13:35 
GeneralRe: Bugs in the funniest of places Pin
Gerry Schmitz21-Feb-24 9:33
mveGerry Schmitz21-Feb-24 9:33 
GeneralRe: Bugs in the funniest of places Pin
0x01AA21-Feb-24 9:52
mve0x01AA21-Feb-24 9:52 
GeneralRe: Bugs in the funniest of places Pin
jmaida21-Feb-24 18:23
jmaida21-Feb-24 18:23 
GeneralRe: Bugs in the funniest of places Pin
GKP199221-Feb-24 19:06
professionalGKP199221-Feb-24 19:06 
GeneralRe: Bugs in the funniest of places Pin
honey the codewitch21-Feb-24 19:18
mvahoney the codewitch21-Feb-24 19:18 
GeneralRe: Bugs in the funniest of places Pin
GKP199222-Feb-24 18:31
professionalGKP199222-Feb-24 18:31 
GeneralRe: Bugs in the funniest of places Pin
jmaida23-Feb-24 18:18
jmaida23-Feb-24 18:18 
GeneralIssues...Problems... Pin
glennPattonWork321-Feb-24 0:03
professionalglennPattonWork321-Feb-24 0:03 
GeneralRe: Issues...Problems... Pin
Richard MacCutchan21-Feb-24 1:33
mveRichard MacCutchan21-Feb-24 1:33 
GeneralRe: Issues...Problems... Pin
pkfox21-Feb-24 2:33
professionalpkfox21-Feb-24 2:33 
GeneralRe: Issues...Problems... Pin
Richard MacCutchan21-Feb-24 2:50
mveRichard MacCutchan21-Feb-24 2:50 
GeneralRe: Issues...Problems... Pin
pkfox21-Feb-24 3:11
professionalpkfox21-Feb-24 3:11 
GeneralRe: Issues...Problems... Pin
jochance22-Feb-24 4:59
jochance22-Feb-24 4:59 
GeneralRe: Issues...Problems... Pin
OriginalGriff21-Feb-24 2:23
mveOriginalGriff21-Feb-24 2:23 
GeneralRe: Issues...Problems... Pin
glennPattonWork321-Feb-24 3:53
professionalglennPattonWork321-Feb-24 3: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.