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

help-circle


  • At work we have a lot of old monolithic OOP PHP code. Dependency injection has been the new way to do things since before I started and it’s basically never used anywhere.

    I assume most people just find it easier to create a new class instance where it’s needed.

    I’ve never really seen a case where I think, “dependency injection would be amazing here” I assume there is a case otherwise it wouldn’t exist.













  • Yes but no. Modern PHP lets you put types in function signatures and it will then attempt to convert your inputs to those types at runtime.

    JS/TS and Python don’t do this. They have optional type annotations that’s treated as syntactic sugar. You can use static checkers against this but if you get an error like “expected string got int” you can still run the code. It won’t behave any differently because you have annotations.





  • Encouraging illegal activity is illegal, piracy is illegal. Therefore encouraging piracy is illegal. The end.

    The law is: “take down pirated content as soon as your aware of it and proactively prevent it being shared on your platform and you can’t be held liable if it is on your site.”

    Lemmy.world’s first rule is no illegal stuff including sharing copyright material without permission. I’m so sick of seeing people acting like the sky is falling because lemmy.world isn’t directly facilitating piracy.