[Javacavemaps-developers] public api
Status: Pre-Alpha
Brought to you by:
caverdude
From: Larry G. <jav...@ya...> - 2009-05-21 23:35:52
|
Well this list is for talk about the public API.. I realize we are not working on a (library, api, framework) In a sense we will be. For example I agreed based on prior discussion that the view should be plugable. This means that the model at least will be a framework or api. Sure, at this point there is not much to discuss really. Non the less, please review what we have going so far and post a comment to this list. Then we will comment on the comment. I will be looking at the source more over the next week and post some cmments myself. Debugging and integration and refactoring is the tough part of programming, reviewing and comenting shouldnt be so tough. As far as public api goes.. yes things are made public in the case of libraries. But also within our own project so that classes in one package can see classes in any other package in the project. Otherwise everything could be made package private. Larry Gray la...@ar... |