The Artima Developer Community
Sponsored Link

Java Buzz Forum
Synching with every IDE classpath

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
Fred Grott

Posts: 4361
Nickname: shareme
Registered: Jan, 2003

Fred Grott is Lead Developer-CEO of ShareMe Technologies LLC -The Mobile Future
Synching with every IDE classpath Posted: Apr 19, 2005 5:17 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: Synching with every IDE classpath
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From ShareMe Technologies LLC-The Mobile Future

Advertisement
In making the decision of synching with the IDE classpath of those IDEs that write their own classpath through an ant target and those IDEs not writing .classpath files by making the ant build scripts the incremental compiler/build process we get every one on the same page of using incremental compiliing/builidng through use of the Orca TDD Build Framework. The benefits of incremental builds are of course the QA and analysis reports you can get back on your incremental builds.

Why QA, unit tests, and code analysis in the incremental builds as opposed to a weekly build? Well if the errors is not caught in wrong java implementatation or wrong architecture until the end of the week how much time have you wasted?

A. 1 day, the 18 hour day after the weekend build finds the errors.

B. The several days you spent on the wrong implementation.

C. All of the Above

The obvious answer is C based on such manuals on software engineering as Frederick Brooks Jr's own tomes. It would seem that having the QA upfront within the incremental build allows you to catch wrong paths and refactor and thus even rescue that wrong implementation or wrong path into something still very usefull. But maybe I am wrong, maybe doign it the mobile game industry way of at the week end build really works, NOT!

Now, for our JAMDAT, Tirawireless, macrospace, mForma, and other mobile game publishers. Yes your build process appears to work. But once, you factor in the overtime errors after a week end build fails that illusion seems to dissolve in a rapid fashion.

Read: Synching with every IDE classpath

Topic: On Career Choices... Previous Topic   Next Topic Topic: Three stem cell clones developed from existing cells in Australia

Sponsored Links



Google
  Web Artima.com   

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