Re: [Tutor] Posting a large amount of code?

2005-01-17 Thread Bill Burns
[Jacob] Actually according to the above paragraph, he suggests putting them all in a seperate class. So pseudo-code... class Pipe: All things related to pipe program here. class GUI: [Alan] Exactly so. The rationale for that was that you could work with a collection of

Re: [Tutor] Posting a large amount of code?

2005-01-16 Thread Alan Gauld
I guess my question is, would it be acceptable to post this much code to the list? Probably about the limit for posting, but if you can put it on a web site somewhere and post a URL that would be fine... the body of the message or as an attachment? I would think an attachment would be better

Re: [Tutor] Posting a large amount of code?

2005-01-16 Thread Bill Burns
I accidentally sent my reply to Kent only. So I'm forwarding it to the list. Bill -- Forwarded Message -- Subject: Re: [Tutor] Posting a large amount of code? Date: Sunday 16 January 2005 10:14 am From: Bill Burns [EMAIL PROTECTED] To: Kent Johnson [EMAIL PROTECTED] [Bill] SNIP

Re: [Tutor] Posting a large amount of code?

2005-01-16 Thread Orri Ganel
Bill Burns wrote: I accidentally sent my reply to Kent only. So I'm forwarding it to the list. Bill -- Forwarded Message -- Subject: Re: [Tutor] Posting a large amount of code? Date: Sunday 16 January 2005 10:14 am From: Bill Burns [EMAIL PROTECTED] To: Kent Johnson

Re: [Tutor] Posting a large amount of code?

2005-01-16 Thread Bill Burns
[Bill] I guess my question is, would it be acceptable to post this much code to the list? [Alan] Probably about the limit for posting, but if you can put it on a web site somewhere and post a URL that would be fine... [Bill] Kent had made the same suggestion as well but alas I have no site

Re: [Tutor] Posting a large amount of code?

2005-01-16 Thread Jacob S.
It would be a god excercise to extract all the p[ipe code into a separate class and the GUI methods call those class methods to get the work done. THis would allow for a fairly easy port to a different GUI or even the creation of a command line version, so you could do: Actually

[Tutor] Posting a large amount of code?

2005-01-15 Thread Bill Burns
Hello, I've been working on a small GUI program (on off) for a little while now and I'd love to have the group (or anyone for that matter) take a look at it and give me some pointers. Since I'm not a programmer and I don't do this continuously, I don't now if I'm on the right track or not. I'd