• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle
  • stankmut@lemmy.worldtoProgrammer Humor@lemmy.mlArcaneGPT
    link
    fedilink
    English
    arrow-up
    0
    ·
    27 days ago

    It’s a common thing in programming. There’s some legacy code that isn’t being used and yet removing it causes things to break. Nobody has the time to figure out what is still referencing that code, so it just gets a comment next to it saying “Not used, but removing it breaks the build” and then forgotten about.


  • stankmut@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 months ago

    Allowing Google to run an ad campaign targeting their members wasn’t the benefit Blue Cross was talking about, that’s a side effect from them not turning off the data sharing option in the Google analytics settings.

    The analytics data is used for prioritizing development work. If a tool they have on the website relies on a library that isn’t compatible with a new version of React, for instance, do they know how many people use it? Having analytics allows you to decide what’s worth spending the development time to maintain.




  • If the APIs are meant for public consumption, requiring feature parity makes a lot of sense. But when it’s for internal use by your own developers, waiting means you are making a bunch of new API endpoints no one will ever use. People will write more and more code using the older endpoints and those endpoints will start getting changes that your new ones will need ported over.

    I think if you are going to force people to use new endpoints, you’ll need them to either write the endpoints themselves or have a team member who can write it for them and account for this while planning. If getting a new endpoint requires putting in a JIRA ticket with a separate backend team, 4 planning meetings, and a month wait, people are just going to stick with what currently exists.





  • Seems a few people have gotten that confused. Article spent too much time rehashing the change in 15.0 before getting to 15.1 and felt like a typical ragebait article.

    Still seems a little ragebaity, they don’t really have a lot of proof that Apple has intentionally disabled running unsigned apps. Their argument is that Apple changed the process for running in 15.0 and an app won’t start in 15.1, therefore the end of the era of sideloading. Personally, I would’ve liked more details on that part and less on history of 15.0.