• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle





  • Kind of off topic but some people are really bad at writing jira tickets.

    “Show the user a list of projects [eof]”

    Ok but like, only their projects, right? Do they need to be ordered? Searchable? Paginated? Only active ones or soft deleted ones, too? Do you just need the name or do you need metadata too?

    Somehow product doesn’t love my stance of “if it’s not on the ticket or in a sop, the behavior is undefined and you get what you get” stance.



  • I was a QA engineer. I think one of the guys on the team I was on developed a stress response from hearing me walk over to his desk.

    Lots of “page crashes if the user doesn’t have a last name”

    “Why wouldn’t they have a last name??”

    “No idea, but 372 users in the DB don’t, and 20 of them were created this month so it’s not an old problem”

    “incoherent muttering and cursing”




  • Because I didn’t want someone to yolo connect to production, and we don’t have infrastructure in place for running arbitrary scripts against production. An http endpoint takes very little time to write, and let’s you take advantage of ci/cd/test infrastructure that’s already in place.

    This was for a larger more complicated change. Smaller ones can go in as regular data migrations in source control, but those still go through code review and get deployed to dev before going out.