17-06-2026, 12:02 AM
(17-06-2026, 12:00 AM)Busty Doll Wrote: 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."
yeh if ur just trying to use something u dont need to see that ugly shit but if ur trying to create something u should at least know a bit abt the principles so u can use it properly which the tiktok editors dont know abt
