Some feedback on the website.
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Wed Dec 16 12:59:06 PST 2015
On 12/16/2015 03:05 PM, Vladimir Panteleev wrote:
> DDoc itself is very simple. The problem is the endless number of macros
> we use on dlang.org.
I see that as a blessing.
> E.g. all the different ways to link to something:
> A, AHTTP, AHTTPS, ALOCAL, LINK, LINK2, WEB, LREF, XREF, XREF2, CXREF,
> ECXREF, MYREF, FULL_XREF, STDMODREF, COREMODREF, OBJREF...
If some of these are unnecessary, they can be easily fixed. There's no
problem with breaking other people's code etc.
Which would you eliminate?
> There is also
> no strong reason to use e.g. DIVCID instead of plain HTML.
I agree. I added that more for completeness, easier typing, and so I can
rely on editors showing the closing paren.
Andrei
More information about the Digitalmars-d
mailing list