(no title)
eyelidlessness | 4 months ago
There are certainly ways to guard against that, but most of them involve some amount of accepting that the type checker produces errors for a reason.
eyelidlessness | 4 months ago
There are certainly ways to guard against that, but most of them involve some amount of accepting that the type checker produces errors for a reason.
mpeg|4 months ago
Bear in mind, most changes that could cause issues will still be caught by the type checker in whatever object you're casting to. Obviously it should not be overused where not needed, but it's almost always used in fluent apis because there's no better way (that I know of, at least)
matt_kantor|4 months ago
Got an example?