Accept our lard and savior, he is everyone’s dicta… I mean president. Join us, it’s definitely not a cult.
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: August 7th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
My job used to outsource a bunch of dev work to another company and oh boy did those people love their tests. I don’t get it. In my case they weren’t even using our actual database to pull data from. They had a bunch of fixture files with generic data that they would use to make a temporary sqlite db for the tests. All of the test ran perfectly with that data, not so much with the actual data. The code is there, can’t you just read it and know what will happen?
When I write something I’m never not building it and at least checking that it works and trying to break it.