The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Simpler Syntax, Simpler Refactorings

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Simpler Syntax, Simpler Refactorings Posted: Oct 31, 2008 8:40 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Simpler Syntax, Simpler Refactorings
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

Travis relays some thoughts from an OOPSLA workshop on refactoring:

One of the things that struck me in this workshop as well as some other presentations, is how valuable having a simple syntax is. The guys working on the Eclipse refactorings for Java have an object model of the AST that has 100+ node types. Having been working on the RB formatter lately, with its AST object model which has 11 concrete node types, I can see how fortunate I am. When you have 100+ node types, whatever you're doing with it, whether it is refactoring or pretty-printing, the number of combinations becomes a geometric complexity. That was born out in some of the side discussions. Apparently, while many of the basic refactorings that we have in the Refactoring Browser are enjoyed by the Eclipse/Java folks, there's a long list of bugs of various edge cases where they don't work. This is sad and unfortunate, but it's not surprising when your AST is that complex.

I find that fascinating. The conventional wisdom is that it's easier to build refactoring support for a static language (like Java) than it is for a dynamic language (like Smalltalk). The reality seems to be a bit more complicated than that.

Technorati Tags: , ,

Read: Simpler Syntax, Simpler Refactorings

Topic: Smalltalk Daily 10/30/08: A POP3 Example Previous Topic   Next Topic Topic: Spellchecking for VisualWorks

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use