Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I would <strong>always hand-code the GUI design</strong> where there is no standard (or <em>de-facto</em> standard) GUI markup language (as with <code>Java</code>). The reason for this is that I have found that usin a GUI builder design tool will tie you in to using a particular IDE. Over time, the best IDE for GUI design and/or writing code will change and <em>each developer should be free to choose whichever IDE they feel most comfortable with</em>.</p> <p>Where I work at the moment, we have a lot of legacy GUIs which were written using <a href="http://www.netbeans.org/" rel="noreferrer">Netbeans</a> <a href="http://www.netbeans.org/kb/articles/matisse.html" rel="noreferrer">Matisse</a> GUI builder (against my advice at the time :-). These are now almost unmaintainable because all of the developers prefer either <a href="http://www.jetbrains.com/idea/" rel="noreferrer">IntelliJ IDEA</a> or <a href="http://www.eclipse.org" rel="noreferrer">Eclipse</a> as their IDE. It is not realistsic or workable to have developers fire up Netbeans just to modify GUI layout (people don't keep the Netbeans project definitions in sync etc).</p> <p>Another point is that <em>the total time writing out GUI layout code is probably only 5% of the total development effort</em> of a given project. Even if it takes you twice as long to write the code yourself, this doesn't translate as much of an overhead in the grand scheme of things. And it's a small price to pay for long-term maintainability.</p> <p>As long as you are clear about separating out GUI layout logic from business logic, I don't believe anything suffers as a result. No-one here uses GUI builders any more!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload