Just your normal everyday casual software dev. Nothing to see here.

  • 0 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: August 15th, 2023

help-circle


  • Pika@sh.itjust.workstoSelfhosted@lemmy.worldIt's hard sometimes
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 month ago

    the amount of software I’ve used that lacks this type of system is aggravating. How hard is it to keep an object of property names, and if the name isn’t in it then it errors.

    this can be continued into command line as well. if flag -z doesn’t exist, you shouldn’t allow me to run a command with it. It’s clear I am trying to do something (incorrectly) thinking -z is something it isn’t, just error it and tell me that.