Just recently discovered that Chrome has a "Send to your Devices" feature that can send a link to the current page to another computer.. I have had sooo many hackish workarounds for this in the past :)
@FlohOfWoe @SebAaltonen I think that if you keep the trailing comma, then clang-format will format every arg on its own line, otherwise it'll do like in the second case
Started playing Diablo 3 again after tiring of the Immortal and Lost Ark money grabs, and the difference between a game made for fun vs a game made for profit it so incredibly obvious. I'm having sooo much fun slaying demons like a degenerate :)
Things that are the worst: Visual Assist license renewal process, libraries where you just want to be able to copy cpp/hpp files, but they insist on using precompiled headers..
One of the best things with being a Windows programmer is that you can unironically name a function existing_function_name_ex, and not have to think about it any more :)
Heh, it's funny when you've been coding on something for so long that you forget half the stuff that's in there.. Just found webby.c, so I guess I have a web interface for something in my code :)
Just going about your normal day to day computering with DebugView open really gives you one of those "aah, this is scary, I don't want to look, but can't stop" moments :)
Does anyone have experience with codebases where member vars are located next to related methods, instead of the normal "methods first, then members"? I stopped using public/private a while back, and it feels like the standard ordering is a consequence of the public/private split