VS Code
VS Code is conceived as a JavaScript/TypeScript editor and React/Angular/Vue/<your tech here> software development IDE used by millions. And, millions know, millions are never wrong. Continue reading
VS Code is conceived as a JavaScript/TypeScript editor and React/Angular/Vue/<your tech here> software development IDE used by millions. And, millions know, millions are never wrong. Continue reading
Clarifications added, ommissions and typos fixed. Importantly Godbolt implementation was added. Continue reading
Design decisions explanations. Continue reading
std::apply
is a typical example of those numerous standard C++ std lib types begging to be made comfortable. Not just usable.
In its raw form, it requires a lot of typing. And a lot of typing means a lot of bugs. Made by the team of course, not you. So, I made one little proxy type aka “wrapper” that is really simple but makes std::apply
usage, much more palatable. And safe. Continue reading
More often than not, one meets a poor soul wandering in the corridors of programming languages intergalactic religious wars. Muttering silently: “Is C/C++ one language or two languages”? Continue reading
Just how many times you had admitted to yourself? It was rather foolish to think of globals in C++ as “a simple thing” :) After all: “What could possibly go wrong”tm ? If you know what I am talking about please proceed. Continue reading