Elektrine lite

← Feed

@Lembot_0006@programming.dev

Post #1301983

2026-01-06 16:24 UTC

You don't have any "test data" if you don't have any "real data". Why would you?

Replies (1)

  • @village604@adultswim.fan 2026-01-06 19:46

    Uh.. this entire event is a strong reason for using dummy data in a testing environment. You shouldn't ever use production data in a test environment. You generate dummy data that looks like real data for testing purposes.

    Open ##1301984