Q to SERIOUS VB programmers. 
Author Message
 Q to SERIOUS VB programmers.

Well you have to make the heading a bit interesting don't you??

I have been programming in VB for over a year now and  the
development process of these programmes has been to say the least
Ad Hoc.
Does anyone have any experience of writing design specs for VB programmes?
Are there any good books available?

Thanks in advance
Martin.



Sun, 27 Jul 1997 22:38:02 GMT  
 Q to SERIOUS VB programmers.


Quote:

>Well you have to make the heading a bit interesting don't you??

>I have been programming in VB for over a year now and  the
>development process of these programmes has been to say the least
>Ad Hoc.

I've been using the same requirements and design techniques I've used in
Ada and C/C++. Modifications of Booch and Rumbaugh work nicely mapping
the OO paradigm into the pseudo-object/event driven one which VB uses. It
is important to cleanly handle the interfaces used in modules and to
place all reusable code there. The division of procedures within a module
will allow you to map it to classes or class utilities depending on the
abstraction used.

The documentation has been a modification of the EVB/Berard Methodology
rather that a 2167A/MIL-STD-SDD format. For most projects, design
documentation can be done more informally.

Quote:
>Are there any good books available?

I like Booch: Object Oreiented Design 2nd Edition, Rumbaugh
Object-Oriented Modelling and Design and a whole slew of others.


Tue, 29 Jul 1997 14:46:49 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. serious need for vb programmers

2. One for the Serious Programmers

3. One for Serious Programmers

4. VB apps that run in bkgrnd, DoEvents Qs

5. VB programmer turns C++ programmer

6. Is VB programmer is reall programmer?

7. C Programmers, help a VB programmer here!

8. Serious VB.net speed problems

9. [NEED SERIOUS HELP! ...VB 5.0 Pro Question]

10. VB-Word Guru Needed - Serious problems

11. Serious help needed from VB Gurus !!!!

12. Serious problems with floating point calculations in VB

 

 
Powered by phpBB® Forum Software