• 0 Posts
  • 66 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle






  • Corporations don’t always have to make sense it looks like during a meeting they concluded that games don’t generate significant profit so they decided to exit that entire market. They don’t want to have any employees to look over the account, or having to update is something or have any lawsuits (perhaps have offended someone, or formatted computer), I am not saying those could happen or make any sense, but essentially execs say they don’t want to have ANY liability and the lower employees comply the best they can.

    Execs don’t care about users, to them this is just business.

    If users were priority company for example could just make the games public domain, but that would be too much work, and no way back if (in very unlikely case) they wanted to bring the games back.





  • There is a saying that if civil engineers would build houses the same way as software engineers build software, the first woodpecker would destroy the whole civilization.

    In reality it is not easy to build good software and it can be fragile even with good practices. This approach allows anyone’s code merged without much supervision.

    Another thing is (and I even noticed myself doing it, even though normally I think of myself as perfectionist) is that when one contributes a feature to a project that they don’t maintain. They just think only about the feature and the easiest way of implementing it, which isn’t necessarily the best way to implement something long term, adding complexity, makes harder to add more features and much easier to accidentally create bugs.

    Third, preventing security vulnerabilities is hard even with good practices, someone could accidentally (or purposely) introduce a security vulnerability.