|
|
Choosing A Webhost: |
How to partition an application: msg#00232lang.smalltalk.squeak.beginners
I am slowly moving along with my Wget app - thanks to the help from this list. However I now need to understand how to 'package' my app so that it is most useful to other people. It seems as though there are 3 things I could do: 1. Add code to the HttpClient and Httpsocket (possibly moving some of the instance code to the class side) 2. Subclass the two classes 3. Leave them exactly as they are and put all the code in my new Wget class. It seems to me that putting it all into the Wget object would make it easiest for people to use it, but perhaps it makes it harder for people to reuse the code elsewhere, i.e. some of the 'helper' methods might be useful in a number of different situations - nothing to do with Wget. Subclassing the other objects seems simple, but - presumably - if everyone were to share their work this way we would end up with many many different versions of the basic classes (perhaps that would be a good thing but it could also be confusing). Finally, changing the basic objects keeps the class hierarchy clean, but I imagine most people wouldn't want to have someone else's code messing around with their classes. So... what is the best way to develop Squeak code so that other people can use it? Cheers AB_______________________________________________ Beginners mailing list Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx http://lists.squeakfoundation.org/mailman/listinfo/beginners
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Changing click behaviour, Matt Mower |
|---|---|
| Next by Date: | How to know where a BlockClosure finish, Mathieu |
| Previous by Thread: | Changing click behaviour, Matt Mower |
| Next by Thread: | Re: How to partition an application, stéphane ducasse |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |