Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Looking for help/resources on Writing a nice detailed design / tech design for vb.net code

Reply
Thread Tools

Looking for help/resources on Writing a nice detailed design / tech design for vb.net code

 
 
SpamProof
Guest
Posts: n/a
 
      11-27-2003
I'm looking for an example of a detailed design that I can follow or
get ideas from before programming in vb.net.

Currently, I'm using this outline approach that describes my Project,
Classes, Methods, properties etc and it goes something like this...

I. Project: ProjectName
A. Class: ClassName
1. New Method: MethodName
a. Method Description: Explain method purpose
b. Parameter passed in
c. values returned
2. Properties:
a. Property1 name & type
a. Property2 name & type

I would like to see an example of something more formal for
documenting oo code with out going the UML route. Do you guys have any
suggestions where I can find something on the internet?

References to books I've seen all discuss higher level documentation
for architects. I just want to do straight forward design for my
managers for the components I'm assigned.

Any help would be appreciated. Thanks.

8957078
 
Reply With Quote
 
 
 
 
Jose Rubio
Guest
Posts: n/a
 
      11-27-2003
What's wrong with UML?


"SpamProof" <> wrote in message
news: om...
> I'm looking for an example of a detailed design that I can follow or
> get ideas from before programming in vb.net.
>
> Currently, I'm using this outline approach that describes my Project,
> Classes, Methods, properties etc and it goes something like this...
>
> I. Project: ProjectName
> A. Class: ClassName
> 1. New Method: MethodName
> a. Method Description: Explain method purpose
> b. Parameter passed in
> c. values returned
> 2. Properties:
> a. Property1 name & type
> a. Property2 name & type
>
> I would like to see an example of something more formal for
> documenting oo code with out going the UML route. Do you guys have any
> suggestions where I can find something on the internet?
>
> References to books I've seen all discuss higher level documentation
> for architects. I just want to do straight forward design for my
> managers for the components I'm assigned.
>
> Any help would be appreciated. Thanks.
>
> 8957078



 
Reply With Quote
 
 
 
 
Harald Hein
Guest
Posts: n/a
 
      11-27-2003
"SpamProof" wrote:

> I'm looking for an example of a detailed design that I can follow or
> get ideas from before programming in vb.net.
>


Go away, troll.
 
Reply With Quote
 
SpamProof
Guest
Posts: n/a
 
      12-01-2003
Nothing's wrong with it to design a complete architecture but what if
I just want to design a few classes with a few methods in them. I
seems too high level. You know what I mean?

Maybe I haven't seen a decent example of it used for what I need. Do
you have any links to sample designs?


"Jose Rubio" <> wrote in message news:<LJrxb.5984$ y.com>...
> What's wrong with UML?
>
>
> "SpamProof" <> wrote in message
> news: om...
> > I'm looking for an example of a detailed design that I can follow or
> > get ideas from before programming in vb.net.
> >
> > Currently, I'm using this outline approach that describes my Project,
> > Classes, Methods, properties etc and it goes something like this...
> >
> > I. Project: ProjectName
> > A. Class: ClassName
> > 1. New Method: MethodName
> > a. Method Description: Explain method purpose
> > b. Parameter passed in
> > c. values returned
> > 2. Properties:
> > a. Property1 name & type
> > a. Property2 name & type
> >
> > I would like to see an example of something more formal for
> > documenting oo code with out going the UML route. Do you guys have any
> > suggestions where I can find something on the internet?
> >
> > References to books I've seen all discuss higher level documentation
> > for architects. I just want to do straight forward design for my
> > managers for the components I'm assigned.
> >
> > Any help would be appreciated. Thanks.
> >
> > 8957078

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Detailed Analysis of the file formats for M$ Office 2007 -"Microsoft Office XML Formats? Defective by design" Jonathan Walker NZ Computing 1 08-26-2007 03:43 AM
Available: Detailed RISC CPU IP Core Design Documentation John Gulbrandsen VHDL 0 04-10-2007 04:17 PM
Pythonic API design: detailed errors when you usually don't care Simon Willison Python 8 10-03-2006 06:32 PM
alt.video.dvd, alt.video.dvd.software, alt.video.dvd.tech, rec.video.dvd.tech winterheat@gmail.com DVD Video 1 06-04-2006 12:43 PM
looking for a detailed xml validator ? Elhanan Java 0 05-03-2006 10:14 AM



Advertisments