Making D Lang More easy.

Matthew Ong ongbp at yahoo.com
Thu May 12 03:22:20 PDT 2011


Hi Tom,

> Apart from that, if you need that functionality, you can easily write a small
> script that comments out all imports in turn and tries to recompile.

>This is a way to waste lot of time, especially in larger programs. You >want
something better.

I agrees with bearophile entirely, the approaches that is done in Java
IDE (NetBeans) and development process does allow us remove the need to
care too much about
import java.util.*; // Better because the compiler handles it for the developer.
or
import java.util.LinkedList;
import java.util.ArrayList;  // Not being used here within this java file. IDE
does highlight it.






More information about the Digitalmars-d mailing list