[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: need help: some features of Lua don't fit well together
- From: Sean Conner <sean@...>
- Date: Tue, 14 Apr 2015 13:14:00 -0400
One thing you really need to keep in mind:
"the street finds its own uses for things"
It was thus said that the Great Konstantin Osipov once stated:
> We decided to not use a document/object model since then people
> tend to store fat & repetitive data in the database, i.e. not
> only values, but keys, which are mostly identical.
And that is a problem ... why? Keep in mind: the street finds its own
uses for things. Why are you restricting what your users can store?
> So it's a compromise, and yes, I agree, we could outlaw
> cases which don't fit well, which we did at first. But people
> prefer to have it work in some way, rather than give an error,
> especially first-time users, and so we are trying to create
> a conversion scheme.
Is this for persistence?
-spc