Not me 👉👈 ?
Not me 👉👈 ?
Hello! AMA /s
But WHY??
Reading a book seems so absurd. Where do you live ?
void main(void) is an abomination
Oh yes! Let’s keep adding more bloat to ultra complex language C++ surely it will fix everything !
can you explain the background to understand this :))
please ;)
Not being a jerk and having empathy are two necessary things to create a healthy work environment and are especially required when volunteers take from their off-time to work on your project.
He said he has trouble feeling empathy and he’s working on it. When this happens he was super mean towards the volunteer work of some contributors who quit the project.
I’m not blaming Linus, I’m just saying I don’t feel like it’s a good atmosphere to work in Linux. It doesn’t feel friendly at all
Thus the scary and stressing quality
Linus is a scary man and seems really hard to work with
The fact that Linux blossomed anyways goes to show his talent
I mean, you can just right click “Definition” in VSCode and see how it works… It’s not that inconvenient.
It’s easy to read, write and refactor so I don’t really see what you mean.
EDIT: read the article turns out it’s super useful… It gives insight into decision table which is a pattern I did not know about until recently…
Is this really a recurring design pattern for y’all?
I mean, you can just use a switch. anyways I’ll read the article and see ;)
Code search is an amazing feature on large codebases :)
Valgrind is pretty crazy to find bugs and memory leaks !
This is cool in theory but this is yet another competing standard of static analysis.
We got clang-tidy, CPPAnalyser, etc… etc…
At some point you also got to take the time to really dive into the subject you’re talking about though :(
Happened to me once :)