• 76 Posts
  • 2.49K Comments
Joined 2 years ago
cake
Cake day: September 1st, 2023

help-circle



  • It unfortunately isn’t. It looks exactly as I would expect.

    You prioritise it another way, which is fine. Just don’t make the assumption everybody thinks like you do.

    It looks like you’re looking to customise order of search results. That’s a feature you can suggest. I find files first very useful as it what I search for more often than settings, so I would have a different customisation.














  • Why so many different ways to declare an array-like structure? Tuples, Sets, Dicts, Lists? Dude… ffs, I know each one supposedly has a “different” purpose, I literally don’t see any good benefits on it. It just makes me more confuse.

    They are called data structures. Dude, if you can’t tell the difference between them, I question the kind of code you’re writing. Did you learn writing php first?

    It sounds like you didn’t study computer science but picked up coding as a side hustle and have yet to understand the absolute basics. Maybe pick up a book or follow a course someday. Things will make more sense then.