W
Wojtek
Jan Paulsen wrote :
Well, I call it a pattern, especially when I was creating it with all
the error/fix cycles, until I got it to work (damnit!). But I was
careful to apply every change to all the other places, so the code
everywhere works the same.
Which is the hallmark of a pattern IMHO. It is just that this pattern
is a LOT more involved than the usual pattern definition I read about.
Maybe a pattern in the general sense should be "simple" in that it does
not involve many hundreds of lines of code to implement (or pages of
text to explain).
Nice question! I would say "no" in the academic sense but "yes" in the common
sense. This means I would but careful to define it as a pattern in daily use.
The thing is, we need much more evidence that what you're doing is a common
scenario (I think it is).
But how much do we need? Are we able to put a
specific percentage of the number of observed applications to this? Or is
some other way of setting the bar required?
(and, to make it clear, I'm absolutely sure your good use could easily evolve
into a well-defined "pattern", but not without changes to accomodate for
generalisation)
Well, I call it a pattern, especially when I was creating it with all
the error/fix cycles, until I got it to work (damnit!). But I was
careful to apply every change to all the other places, so the code
everywhere works the same.
Which is the hallmark of a pattern IMHO. It is just that this pattern
is a LOT more involved than the usual pattern definition I read about.
Maybe a pattern in the general sense should be "simple" in that it does
not involve many hundreds of lines of code to implement (or pages of
text to explain).