Hi!
> I've been hearing this argument from time to time and I don't understand
> it; aren't exceptions created with the sole purpose of (error) flow control?
No. Exceptions are meant for something that "should never happen". I.e.,
if your application reads its config files and they are not there,
Hi!
> Sebastian had responded off-list that he'd rather have DateTime inherit
> from DateTimeImmutable, instead of the current variant where
> DateTimeImmutable inherits DateTime. While this OO-design principle wise
> makes perfect sense, practically it is not as handy. I've played with a
Act