Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 402 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 402 Bytes

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?

  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