Patronizing Language Design?

Rainer Deyke rainerd at eldwood.com
Mon Jul 13 15:26:28 PDT 2009


Walter Bright wrote:
> What are your experiences?

Not all safety features are patronizing.  Safety features allow the
compiler to partially check the correctness of the program.  Patronizing
safety features prevent the programmer from doing their job.

Having no way to specify const data is dangerous.  Having no way to cast
 away 'const' is patronizing.


-- 
Rainer Deyke - rainerd at eldwood.com



More information about the Digitalmars-d mailing list