June 2037

Día de la muerte

Pronouns: he/him/his

  • 2 Posts
  • 206 Comments
Joined 3 years ago
cake
Cake day: July 1st, 2023

help-circle







  • I imagine the better argument (in my opinion) would be to not use generic names such as btn, as they are redundant and offer little self-documentation of their use.

    Instead, I believe a combination of selectors and classes would be more meaningful, and encourage readability. For this particular scenario, I would go with a button selector to give all <button> tags a consistent basic styling, and use aptly-named classes like .cancel, .primary, and .destructive to add more styling for specific button purposes.

    Then if I need to find all Cancel buttons, I can use a button.cancel query selector and only get Cancel buttons.







  • I’m going to try to replicate as much of Postman as I feel is useful - minus the AI crap and the whole third-party cloud services. I do plan on using iCloud for personal storage, and I’m thinking GitHub for team sharing (admittedly, that feature is a ways off, and I’m open to suggestions).

    I’m using SwiftUI to build the app. I think once I get a stable macOS version, I might do an iPad version too.