Changes between Version 8 and Version 9 of DevelopmentProcess


Ignore:
Timestamp:
2017-10-02 14:37:19 (7 years ago)
Author:
archibald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcess

    v8 v9  
    11= Development Process = 
    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]] 
    3 [[Image(DevelopmentProcess.png,912)]] 
     3[[Image(DevelopmentProcess.png,912)]][[BR]][[BR]] 
     4If 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. 
     5 
     6Next the Visual Dxiner process can save or retrieve those designs in "*.vbr" format. 
     7 
     8Then 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. 
     9 
     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. 
     11 
     12 
     13 
     14 
     15 
     16 
     17