Hey, software lovelies.
Since a long weekend is coming up soon. I have a request.
What programming talk (any language, new or old) made you go "Holy shit, this is amazing!"
Please post them here, please make my timeline drown in cool programming talks.
(also RT is love)
The Ultimate C++ / CMake Quick Start!
https://t.co/3BRtpIAYhl
This covers everything! CMake, sanitizers, clang-tidy, @conan_io , cmake-format, clang-format, cppcheck, @doxygen, ctest, catch, {fmt}, warnings...
One simple to clone and get started with C++ baseline project
(this worked very well last time, so let's try again)
Hey Programming Twitter
I'm going to be speaking to impressionable youth in a couple of weeks
What is your one big advice for software design (ie, patterns, architecture, algorithms)
RT's are loved
https://t.co/5FZyZdOmHW
Protip: If you're stuck on a coding issue, sleep on it. That way when you wake up and try to fix it and it's still broken, at least you got some sleep.
On teaching someone about computers.
Me: "Ok so to build a 64 bit version you type x64 here"
Person: "Ok makes sense"
M: "And to build a 32 bit version you type x86"
P: "..."
M: "The name is from the old Intel 8086 processor"
P: "So that was 32 bit?"
M: "No, 16 bit"
P: "..."