Alexander M. Turek

Results 630 comments of Alexander M. Turek

> there is a meaningful cross-platform subset of spatial types and shared concepts (like SRID) that could serve as a basis for a reusable abstraction. Indeed there is. And if...

Yes, please open a draft PR if you want to gather feedback.

> If you can add `readonly` to properties because the class itself is `readonly`, then you don't have a mix of mutable and readonly properties, you already have readonly properties...

> You don't mark methods as `final` when class is `final` though, right? But I could. > How's that different with `readonly`? It isn't.

I still think that this fixer would be helpful.

I's on my TODO list, but that list is really long. 😞

It's the parameter that is out of range, right? That's wild. Which Postgres driver is this exactly? The stack trace of the inner exception would've been a lot more helpful...

Sounds reasonable, especially if we want to support backed enumerations as discriminators.

We kind of have the same problem here as we already do with `DateTime` objects. If you don't modify a property that stores a number, it's fine. But if you...