[Pharo-project] [COTDC] 13 - NullEncoder
Today: NullEncoder Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest Laurent
On 16 February 2011 18:02, Igor Stasenko <siguctua@gmail.com> wrote:
On 16 February 2011 17:46, laurent laffont <laurent.laffont@gmail.com> wrote:
Today: Â NullEncoder
I am a Canvas superclass with completely misleading name and purpose.
... which gives an impression that drawing using canvas is a way of 'encoding' objects on display surface.
-- Best regards, Igor Stasenko AKA sig.
-- Best regards, Igor Stasenko AKA sig.
On Wed, Feb 16, 2011 at 6:02 PM, Igor Stasenko <siguctua@gmail.com> wrote:
On 16 February 2011 17:46, laurent laffont <laurent.laffont@gmail.com> wrote:
Today: NullEncoder
I am a Canvas superclass with completely misleading name and purpose.
yep. And not referenced. Should be merged with Canvas ? Laurent.
-- Best regards, Igor Stasenko AKA sig.
On 16 February 2011 18:21, laurent laffont <laurent.laffont@gmail.com> wrote:
On Wed, Feb 16, 2011 at 6:02 PM, Igor Stasenko <siguctua@gmail.com> wrote:
On 16 February 2011 17:46, laurent laffont <laurent.laffont@gmail.com> wrote:
Today: Â NullEncoder
I am a Canvas superclass with completely misleading name and purpose.
yep. And not referenced. Should be merged with Canvas ?
You kidding? If not, then give me an answer, what canvas should do for these messages: canvas contents canvas writeDictionary: dict canvas cr canvas process: someObject ? :) And what is the canvas'es target ivar? what it suppose to represent?
Laurent.
-- Best regards, Igor Stasenko AKA sig.
-- Best regards, Igor Stasenko AKA sig.
Igor encoder was used for postcript encoding too. So this is not totally bad. Stef
wrote:
Today: NullEncoder
I am a Canvas superclass with completely misleading name and purpose.
yep. And not referenced. Should be merged with Canvas ?
You kidding?
If not, then give me an answer, what canvas should do for these messages:
canvas contents canvas writeDictionary: dict canvas cr canvas process: someObject ?
:)
And what is the canvas'es target ivar? what it suppose to represent?
Laurent.
-- Best regards, Igor Stasenko AKA sig.
-- Best regards, Igor Stasenko AKA sig.
On Feb 16, 2011, at 11:27 PM, Igor Stasenko wrote:
On 16 February 2011 21:03, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Igor encoder was used for postcript encoding too. So this is not totally bad.
But if it needed only by postscript canvas, what it doing in base class?
indeed I missed that :) Stef
participants (4)
-
Igor Stasenko -
laurent laffont -
Stéphane Ducasse -
Stéphane Ducasse