p5-mop-redux icon indicating copy to clipboard operation
p5-mop-redux copied to clipboard

need to document the difference between `new` and `BUILD`

Open doy opened this issue 11 years ago • 1 comments

In particular, BUILD is called by new_instance, so it will also be called when you clone an object, but an overridden new method will not. Overriding new should basically only be done to provide a different method signature, any actual behavioral changes should probably go in BUILD.

doy avatar Sep 05 '13 00:09 doy

Related to #15.

doy avatar Sep 06 '13 16:09 doy