Changes between Version 9 and Version 10 of DevelopmentProcess


Ignore:
Timestamp:
2017-10-04 12:46:59 (7 years ago)
Author:
archibald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcess

    v9 v10  
    22Though "a picture paints a thousand words," There's no substitute for a written document. They do take a long time to produce.[[BR]]Here's a process diagram ( bubbles are processes, documents in and out ) of how the development process goes when working in VDx and TDx.[[BR]][[BR]] 
    33[[Image(DevelopmentProcess.png,912)]][[BR]][[BR]] 
    4 If we start at the "Design" documents, we see that those are fed into the VisualBRON editing process. That's the designer dragging and droppinf boxes, having fun and playing around. 
     4If we start at the "Designs" documents, we see that those are fed into the VisualBRON editing process. That's the designer, dragging and dropping boxes, having fun and playing around. 
    55 
    66Next the Visual Dxiner process can save or retrieve those designs in "*.vbr" format. 
    77 
    8 Then if commanded, Visual DXiner will write those designs out as "BRON" pseudo code ( ending in .def ), hpwever it is possible ( if you have the generators ) to generate that directly in ".C" and ".H" files. 
     8If commanded, Visual DXiner will write those designs out as "BRON" pseudo code ( ending in .def ), however it is possible (if you have the generators) to generate that directly in ".C" and ".H" files. 
    99 
    10 Finally the pseudo code files are interpreted by the "Textual DXiner" and along with it's generator files and design libraries will produce ... "C" and "H" code files. 
     10Finally the pseudo code files are interpreted by the "Textual DXiner" and along with it's generator files and design libraries, will produce ... "C" and "H" code files. 
    1111 
    1212