Re: What makes code unreadable ( was Re: Nautilius Method Source Pane Coloring )

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: What makes code unreadable ( was Re: Nautilius Method Source Pane Coloring )

Attila Magyar
Yes, bad names, long methods, mixed level of abstractions for example

Sent from my ASUS Eee Pad

dimitris chloupis <[hidden email]> wrote:


you mean by "unreadable code" , bad choice of naming methods and variables or something more than that , or something else ?


From: Attila Magyar <[hidden email]>
To: dimitris chloupis <[hidden email]>; A friendly place where any question about pharo is welcome <[hidden email]>
Sent: Tuesday, 18 December 2012, 15:46
Subject: Re: [Pharo-users] Nautilius Method Source Pane Coloring

On Tue, Dec 18, 2012 at 10:42 AM, dimitris chloupis <[hidden email]> wrote:
Another example would be not to allow accepting a method if is not commented. Could annoy some people , but I wonder if there is any real benefit in the long ru

I think, using comments inside methods and documenting libraries and projects are fairly different topics. I found people often using lots of comments as an excuse for writing unreadable code. But documenting the usage of a library is unarguably important.