Difference between revisions of "Tutorials"

From D Wiki
Jump to: navigation, search
(Added design patterns)
(Design Patterns)
Line 22: Line 22:
 
== Design Patterns ==
 
== Design Patterns ==
  
* [[Instantiator Function Pattern]] - Instantiating classes and structs with minimal boilerplate
+
* [[Instantiator Function Pattern]] - Instantiating classes and structs with minimal redundancy.
 +
* [[Compile-time Command Pattern]]
  
 
== How To ==
 
== How To ==

Revision as of 06:07, 1 March 2014

Videos Tutorials

Best Practices

Common Idioms

Although D inherited much of its syntax from C and C++, the new features that it introduces lead to some common idioms that are unique to D.

Design Patterns

How To

Microsoft Windows