The Artima Developer Community
Sponsored Link

Java Answers Forum
Pogram / Library / Package Management

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
Fin n/a

Posts: 1
Nickname: fin
Registered: Jun, 2003

Pogram / Library / Package Management Posted: Oct 27, 2003 9:23 AM
Reply to this message Reply
Advertisement
Hey all,

Being a self taught programmer I have picked up some terrible habits over the years. Originally I was a department of one, but now I work with two other guys who are VB programmers. They are interested in learning Java but we have run into a small snag.

Originally using JBuilder (now on IntelliJ) I just created my projects as needed, creating library links when one project needed to see the code from another. This worked fine (to a point) when it was just me. I never had to worry about what project depended on another project. Yes on occasion I would change something in one project that would break another project (test!? what tests?). Now that I'm in a group these inter dependencies are killing me. There has got to be a better way!

What recommendations can anyone make as how to structure my projects to allow the code to be used wherever it's needed? And what about source control and unit testing? What role do they play in all of this?

Thanks in advance!

Topic: Array of classes HELP!!! Previous Topic   Next Topic Topic: ClassCastException

Sponsored Links



Google
  Web Artima.com   

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