I am new to open source development. I want to add some functionality to an open source project PRISM. But I couldn't find any developer guide or code architecture guide sort of a thing for it. How should I begin use its code. I have just imported the archive file in Eclipse and began reading the code. I want to ask whether there are any specific tools which will help me?
|
The project has a Google Groups discussion group, where you can get in contact with other users, developers and the original authors. Ask your question there. |
|||
|
|
|
Open source projects can be very different from each other in terms of development process. Some are well-documented, some aren't. Generating UML class diagrams might help a little if there is no documentation. You should definitely contact the developers/developer community and tell them what you want to add, they are likely to provide some guidelines for you. This is not always the case, so be prepared for outright rude answers as well (Pidgin, anyone?). Contacting is also important if you want your contribution to be added to the project. Most projects have a mailing list and IRC channel as primary means of communication, search for those. |
|||||||
|
