Changes between Version 10 and Version 11 of WikiStart


Ignore:
Timestamp:
2015-11-03 15:41:50 (10 years ago)
Author:
markagr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v10 v11  
    11= Code DXiner = 
     2 
     3Code DXiner (pronounced Designer) is a software tool to design software (no, it's not UML)  [[BR]]It comes in two flavours that are essentially the same, but have different methods of use : 
     4 
     5== DXiner - Textual == 
     6 * like any text based language produced in a '.dxt' file with it's [wiki:DXinerTextualToolset], and follows the [wiki:DXTGrammar DXiner Textual Grammar] 
     7 
     8== DXiner - Visual == 
     9 * a drag and drop paradigm for the same ideas producing a '.dxv' but can export '.dxt' files too and it's [wiki:DXinerVisualToolset]. 
     10 
     11The output stage of all this design work, isn't just pretty pictures, but code and documentation ... but it's something you might have to work on to get it the flavour you like. 
     12 
    213== This it where the coding will be done == 
    314As soon as we have enough design work done in the docs section (see below ) - but here's where the code will be.