
13 Dec
2010
13 Dec
'10
4:02 p.m.
Hi Lubomir, Lubomir Bourdev wrote:
I think the discussion here is not free functions vs classes but whether or not to maintain a state. Please note that both you and Christian use classes to maintain the state; Christian simply wraps the classes into free functions for simple things like read and write an entire image. But to do something more complicated, such as read the image in parts, one can simply build that functionality using the classes directly.
I've not noticed these classes and this functionality in Christian's code; could you point out which code you're referring to? Thanks, Phil.