@HackingBaseball Should we regulate hammers and orbital sanders?
Software isn’t an industry. It’s a tool used by industries that are already regulated.
@matifanger Every application that’s ever scaled has had interface/service/data layers. The service layer is the most interesting whether it’s in the back of the frontend or a queue processing jobs in the depths of the backend.
@meijer_s If your client app is broken up into a UI, service, and data layer typescript can add a ton of value in the service and data layers. I’ve tried so hard to see the value in the UI layer and I just can’t turn that corner.