An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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