The Artima Developer Community
Sponsored Link

Java Buzz Forum
Throwing away code again with Groovy

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
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Throwing away code again with Groovy Posted: May 30, 2004 11:41 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Throwing away code again with Groovy
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
I run into a task now and then in which the effort of manually doing something is more than writing a script to do the task for me. However, at the same time, this task may be a one off, so I don't want to spend a lot of time worrying about: How elegant the design is How the program handles its memory How readable the code is How generic and reusable it is ... and the other many things that you often worry about ... When I was hacking a lot of Perl, I would not think twice... and would open up a doFoo.pl and get going. As soon as it worked, I was done. When in the Java world though, I often found myself spending more time thinking about things, and how I could make it generic etc etc. I had a suddent oversion to writing code that I would maybe rm after it was used. Now, I can still use Perl (and do), but now with Groovy I am getting the best of both worlds. I feel that I can throw away code again I can utilize my large set of Java libraries from with my "script" I am having fun :) It is refreshing to have my mind back in the mode of throwing away code. Be-gone!

Read: Throwing away code again with Groovy

Topic: [May 21, 2004 12:56 PDT] 14 Links Previous Topic   Next Topic Topic: Time to get a new job

Sponsored Links



Google
  Web Artima.com   

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