https://p0nce.github.io/d-idioms/
"Effective D" without the haircut.
https://p0nce.github.io/d-idioms/
d dlang tutorials
Last synced: 5 months ago
JSON representation
"Effective D" without the haircut.
- Host: GitHub
- URL: https://p0nce.github.io/d-idioms/
- Owner: p0nce
- Created: 2015-01-04T13:38:36.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-11-03T14:47:49.000Z (over 2 years ago)
- Last Synced: 2024-08-04T01:02:27.162Z (9 months ago)
- Topics: d, dlang, tutorials
- Language: HTML
- Homepage: http://p0nce.github.io/d-idioms/
- Size: 2.49 MB
- Stars: 81
- Watchers: 13
- Forks: 19
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-d - D Idioms - A great blog for many useful idioms with D programming. (Blogs / Bare metal / kernel development)
README
d-idioms
========This is a list of idioms, traps and gotchas and related to the D Programming Language.
http://p0nce.github.io/d-idioms/
## How to contribute?
**PLEASE DO READ THIS I NEVER GOT A SINGLE CONTRIBUTION THAT DID THIS CORRECTLY**
1. add a .md file into idioms/
2. use `dub` to regenerate the site until the article feels right
3. commit the article
4. use `dub` to regenerate the site (the ordering uses git to find article dates)
5. commit `index.html`
6. make a PR