Re: Two mode Proj3 Questions


[ Follow Ups ] [ Post Followup ] [ CS2604 Discussion WWWBoard ] [ FAQ ]

Posted by hussein on July 24, 1999 at 14:37:39:

In Reply to: Two mode Proj3 Questions posted by Pete Schoenhoff on July 24, 1999 at 12:43:00:

: ___1) Do we need to use the name naming
: conventions which you used in the spec?
: For example, classes called "Node" and
: "Directory", methods called "Print", "Find"
: and "Build", and...

no. but try to use meaningful names so that its obvious what the purpose of each function is.

: ___2) Is it okay to put the "Build" method's
: functionality in the constructor instead?

yes - that should be ok ... but if u use recursive building of the tree, it may not work unless its a separate function ...

---

hussein


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS2604 Discussion WWWBoard ] [ FAQ ]