Articles tagged "hacks"
-
Struct types are not usually heap allocated, reference counted or able to perform work on deallocation. You can coerce them into having these properties but careful if you do: it can be a source of memory leaks, errant behavior and compiler crashes.
-
Partial functions are risky but if you're going to write one anyway, you should do something completely crazy to test that it is risky in all the right places.