The Artima Developer Community
Sponsored Link

Java Buzz Forum
Re: Re: Maintenance matters

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
Re: Re: Maintenance matters Posted: Apr 20, 2004 12:13 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Re: Re: Maintenance matters
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 got a lot of interest comments to my post Maintenance matters: How should we change our designs to show we care?. Anthony Eden replied, and had some good comments. The posting wasn't meant to discuss the pro's and con's of using new technologies. Even if the newest technology makes you a little more productive, that doesn't mean that it actually makes sense to go ahead and use it, if you take the other considerations into account: Price Developer knowledge and skill set Your History Business decisions (e.g. who your VP plays golf with) and many more Skill set is always a big one. I was working on a project where the team were TOP NOTCH when it came to the database tier. For them, throwing an abstraction of the DB in front of them that made it hard to get in there and make the tweaks was painful. So in that case, we didn't care so much about making that abstraction, but simply hid the implementation behind interfaces, and let them do their magic. If they were doing wacky PL/SQL behind that object that you got back, so be it (as long as that skill set remains). I love the idea of using scripting languages combined with Java, in the same project. I find that there is a place for nice static interfaces, and a place where it is nicer to just be dynamic and let it flow. However, even here, I have to stop myself on some projects. What if the team doesn't know a Groovy/Jython/[insert other scripting language]. Does it really make sense to train everyone? Especially for the maintenence cycle too? There is no right and wrong to all of these questions.... just interesting to think about, and to know that "bleeding-edge and cool != the best solution all the time".

Read: Re: Re: Maintenance matters

Topic: [Apr 13, 2004 05:10 PDT] 9 Links Previous Topic   Next Topic Topic: Richard Stallman Article: Free but shackled: The Java trap

Sponsored Links



Google
  Web Artima.com   

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