Elektrine lite

← Feed

@randomwizard@social.vivaldi.net

Post #2933572

2026-05-24 17:42 UTC

I have done programming in large, boring, enterprise shops for a long time. The code is always a mess. One thing that has been on my mind lately (while looking through javascript code) is that someone should make a language? enforce a framework? that embeds a database as a first class citizen. So many problems in code bases come from attaching objects to other objects over time. There is no source of truth. Data is stale over there. Nobody sat down and thought about how to normalize all the data. Seems like a lot of errors would be avoided if the developer were forced to put their data into a db table like construct right from the start instead of inventing all kinds of data "shapes" to pass around.

Replies (0)

No replies.