Here’s a list of reasons this is not advisable:
[object Object]
I did this to myself last week on a new project. Spent an hour trying to track down at what point in my code the data from the database got converted to [Object object]. Finally decided to check the db itself and realized that the [Object object] was coming from inside the house the whole time and the error in my code was when the entry was being written smh
Sanity checks
Always, always check if your assumptions are true
- am i even running the function?
- is this value what i think it is?
- what is responsible for loading this data, and does it work as expected?
- am i pointed at the right database?
- is my configuration set and loaded in correctly?
What the fuck is that stock image? They really said “contemplating suicide but make it corporate”.
I had no idea this was a thing.
Thanks. I’ll use it. I’ll use it a lot.
I went to grab Bobby Tables and found this new variation
Why hope they sanitize their inputs?
Why are they trusting an AI that cant even do math to give notes to tests?
I asked an AI to calculate a side of a triangle today. The hypotenuse was 24 and both opposite sides were equal, with two small angles of 10° and a wide one of 160°. The answer should have been something a little over 12… And it very confidently said 25. That makes zero sense. Fucking AI really is stupid isn’t it.