Hi all,
What is the usefulness of preserving code style for method logging ? I personally always answer no when, while accepting some code, I've to answer to "This method contains style for the first time (e.g. bold or colored text). Do you really want to save the style info?". Regarding the preferences to settings refactoring, another way of asking this question would be "can I remove this feature ?" Thanks Alain _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Fri, May 15, 2009 at 4:48 PM, Alain Plantec <[hidden email]> wrote:
> another way of asking this question would be "can I remove this feature ?" +1 -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Yeah, we don't want to store methods as text, just plain strings is
perfectly fine. Lukas On Fri, May 15, 2009 at 7:36 PM, Damien Cassou <[hidden email]> wrote: > On Fri, May 15, 2009 at 4:48 PM, Alain Plantec <[hidden email]> wrote: >> another way of asking this question would be "can I remove this feature ?" > > +1 > > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > "Lambdas are relegated to relative obscurity until Java makes them > popular by not having them." James Iry > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Alain Plantec-4
Plain text.
if in the future people want to story hyperlink (which would be cool) it should be redone. Stef On May 15, 2009, at 4:48 PM, Alain Plantec wrote: > Hi all, > What is the usefulness of preserving code style for method logging ? > I personally always answer no when, while accepting some code, > I've to answer to "This method contains style for the first time (e.g. > bold or colored text). > Do you really want to save the style info?". > > Regarding the preferences to settings refactoring, > another way of asking this question would be "can I remove this > feature ?" > > Thanks > Alain > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Alain Plantec-4
http://code.google.com/p/pharo/issues/detail?id=821
------------------------------- > confirmFirstUseOfStyle > "If true, the first attempt to submit a method with non-standard style will > bring up a confirmation dialog" > > Action: remove because we want only text in log > > a .cs is attached > ----------------------------- Alain Alain Plantec a écrit : > Hi all, > What is the usefulness of preserving code style for method logging ? > I personally always answer no when, while accepting some code, > I've to answer to "This method contains style for the first time (e.g. > bold or colored text). > Do you really want to save the style info?". > > Regarding the preferences to settings refactoring, > another way of asking this question would be "can I remove this feature ?" > > Thanks > Alain > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |