Why are homepage examples too complicated?

Jesse Phillips via Digitalmars-d digitalmars-d at puremagic.com
Tue Oct 18 08:41:29 PDT 2016


On Monday, 17 October 2016 at 20:13:19 UTC, Karabuta wrote:
>  I would suggest they remove all templates and make it its own 
> example.


> * Basic functional/ranges example = map, filter, reduce

Templates

> * basic helloworld = write the string "Hello, World!"

Template (implicit)

> * Basic sort example

Template

> * basic maths example

Template at times (implicit)

> * basic UFCS example

Works with templates

It is very hard to use D and not instantiate a template for the 
"basics."



More information about the Digitalmars-d mailing list