Add definition of term "idiomatic"

This commit is contained in:
Matthias Endler 2017-05-03 16:59:06 +02:00 committed by GitHub
parent c3e9da5644
commit 1c495a5534

View file

@ -1,7 +1,8 @@
![Logo](idiomatic-rust.png)
This repository collects resources for writing clean, idiomatic Rust code.
Please add your own. :smile:
This repository collects resources for writing clean, idiomatic Rust code. Please bring your own. :blush:
> *Idiomatic* coding means following the conventions of a given language. It is the most concise, convenient, and common way of accomplishing a task in that language, rather than forcing it to work in a way the author is familiar with from a different language. - Adapted from [Tim Mansfield](https://github.com/tim-hr/stuff/wiki/Idiomatic-coding)
## Articles