17-06-2026, 12:00 AM
(16-06-2026, 11:55 PM)hitlersblackedwaifu Wrote: yeah that's what I thought, like in the past in analysis programs u had to add all your data in code form and it was a headache but now there is easy visual interface and every idiot can do it
I was always against programming. Because, the end product is one thing (say, a DVD player) and knowing the engingeering details of which wire goes where, is another thing, and the end user doesn't need to know about it.
Therefore when someone says:
// Found in the wild: The over-reassurance
if (isLoggedIn === true) {
return true;
} else if (isLoggedIn === false) {
return false;
} else {
// Just in case reality breaks
return null;
}
I tell him: "Just make me a forum that has blue letters as an option. I don't need to see your Wires."
