While I don't particularly like prefixing with __ as a method of hiding private methods I think it best to avoid using any kind of name that might reasonably be expected on an arbitrary object extending Castable.
Coverage remained the same at 100.0% when pulling f29f7bf0fae1238b306a638604675a3025b3d533 on gradecam:feature/allow-convert-property into 109f38a9ce4b65710ea42d3eb7e0760b36aa4e85 on bitrinjani:master.
While I don't particularly like prefixing with
__
as a method of hiding private methods I think it best to avoid using any kind of name that might reasonably be expected on an arbitrary object extendingCastable
.