Mars
4.7K posts

Mars
@noMarsHere
programmer/scripter 💻 Discord: marssquirrel
VSC Katılım Ekim 2020
1.1K Takip Edilen519 Takipçiler

@noMarsHere happy birthday Mars 🎉
(did you see the dinosaurs btw unc)
English

@noMarsHere It returns when there not Category or there IS Ingredient. Just add not after or, or just put Category or Ingredient into the ()
English

I keep making the most stupidly simple mistakes in my code. See if you can spot this one. #RobloxDev

English

@cryptidsoftware In-line if statemates make so much more sense to me then the absolute WITCHCRAFT that's "something and resultA or resultB" (tho i still use both lol)
English

@noMarsHere De Morgan is rolling in his grave!
Please tell me you'll use if-then-else expressions and don't always rely on short-circuit evaluation
English

@cryptidsoftware Yeah you’re not alone on this choice LOL. It definitely would be the better choice especially against situations like this, but I don’t participate in such witchcraft ¯\_(ツ)_/¯
English

@noMarsHere I've incorrectly scanned across enough conditionals like this that it's an automatic red flag in my head. I'd probably refactor this to `not (Category and Ingredient)`
English

@Samuelisation_ @rileyified TRUE, this does work too. But I’ve had bad experiences with it in the past in other conditions LOL
English

@noMarsHere @rileyified or you could be special and write not(Category and Ingredient) 🫡
English
















