(my 2 cents)

So maybe it can be cool to implement a way to annotate methods ...

I think we should be able to provide more information about 
methods/classes/packages etc like which is the corresponding class test ? is 
this method well written ? is this method an extension ? and even comments

At some point, it was useful (and maybe the only way to do it) to put such info 
in source code, but maybe now we should decide not to use strings anymore to 
attach specific behavior (I mean, is that obvious that an extension is a 
category starting by * ? or that a test method's selector must begin with 
'test' ? ).


I know it's easier to say than to do, but I think that a system based on string 
is out dated today :)

So let's start 1.4 and break everything :D


Ben


On Jun 17, 2011, at 1:40 PM, Marcus Denker wrote:

> 
> On Jun 17, 2011, at 10:33 AM, Damien Cassou wrote:
> 
>> I would like to have your opinion on
>> http://code.google.com/p/pharo/issues/detail?id=4426
>> 
> 
> 
> The problem is that it looks not nice to have pragmas in all methods as part 
> of the source code..
> Imagine we do that for 5 different things (e.g. Slint), than the source is 
> smaller than the annotations
> and readability suffers... 
> 
> 
> --
> Marcus Denker  -- http://www.marcusdenker.de
> INRIA Lille -- Nord Europe. Team RMoD.
> 
> 


Reply via email to