| ▲ | porridgeraisin 3 hours ago |
| Yep. Especially for tests with mock data covering all sorts of extreme edge cases. |
|
| ▲ | koakuma-chan 2 hours ago | parent [-] |
| Don't use AI for that, it doesn't know what your real data looks like. |
| |
| ▲ | porridgeraisin 2 hours ago | parent [-] | | Majority of data in typical message-passing plumbing code are a combination of opaque IDs, nominal strings, few enums, and floats. It's mostly OK for these cases, I have found. Esp. in typed languages. |
|