Difference between revisions of "Cookbook"
m |
m (remove noise) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<!--------><table cellspacing="20" width="100%"><tr><td style="vertical-align: top; width: 50%;"> | <!--------><table cellspacing="20" width="100%"><tr><td style="vertical-align: top; width: 50%;"> | ||
− | <span style="font-size: 1.1em; color: #555;">The Cookbook is a community-created collection of practical examples, guides and advice for accomplishing common tasks in D | + | <span style="font-size: 1.1em; color: #555;">The Cookbook is a community-created collection of practical examples, guides and advice for accomplishing common tasks in D.</span> |
− | <span style="font-size: 1.4em; color: #ca4;">⚠</span> One should keep in mind that, while the goal of the Cookbook is certainly to establish best-practices and inspire developers to write proper D code, it also strives to help get things done, and as such may take a more pragmatic approach than normal documentation. The Cookbook is not a shortcut to learning D. The reader is adviced to read the official D documentation as well. | + | <span style="font-size: 1.4em; color: #ca4;">⚠</span>One should keep in mind that, while the goal of the Cookbook is certainly to establish best-practices and inspire developers to write proper D code, it also strives to help get things done, and as such may take a more pragmatic approach than normal documentation. The Cookbook is not a shortcut to learning D. The reader is adviced to read the official D documentation as well. |
<!--------></td><td style="vertical-align: top; width: 50%;"> | <!--------></td><td style="vertical-align: top; width: 50%;"> |
Revision as of 17:54, 24 November 2012
The Cookbook is a community-created collection of practical examples, guides and advice for accomplishing common tasks in D.
|
Can't find the guide or recipe you're looking for? |
Guides and Advice
Compiler |
Data Handling |
Recipes and Examples
BuildingMathMeta Programming |
ParsingStrings and Text |