This commit is contained in:
Nikita Voloboev 2017-12-14 22:24:12 +01:00
parent d56e556718
commit d7ed12b0fc
No known key found for this signature in database
GPG Key ID: 43EDACFC00099A17
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Contribution Guidelines
Ensure your pull request adheres to the following guidelines:
- Search included books before adding a new one, as yours may be a duplicate.
- Every workflow addition should follow the same format.
- Every book addition should follow the same format.
1. The book should be put into its appropriate category (Pick the one you think is closest if you are not sure).
2. If the book is free, link to the free book. If the book is not free, link to the book on [Goodreads.com](https://www.goodreads.com/)
- Check your spelling and grammar.

View File

@ -9,18 +9,22 @@
- [C](#c-language)
- [C++](#c-1-language)
- [D language](#d-language)
- [Go](#go)
- [Perl](#perl)
- [Related](#related)
## Key
The number after the book name stands for the year in which the book was written in. All books are put in their respective category and are sorted from oldest to newest.
Emojis befoes the books show if the book is free or not.
Emojis before the books show if the book is free or not.
| Emoji | Meaning |
|---|---|
| 📖 | Book is freely available |
| 📕 | Book not freely available |
The subdashes after the book may include notes and other useful material related to the book.
## Programming
- [📕 The art of computer programming (1968-)](http://www.goodreads.com/book/show/112239.The_Art_of_Computer_Programming_Volumes_1_3_Boxed_Set)
- [📕 The psychology of computer programming (1971)](http://www.goodreads.com/book/show/1660754.The_Psychology_of_Computer_Programming)
@ -58,7 +62,7 @@ Emojis befoes the books show if the book is free or not.
- [📕 The D programming language (2010)](http://amzn.to/1ZTDmqH)
- [📖 Programming in D (2015)](http://ddili.org/ders/d.en/index.html)
#### Go
### Go
- [📖 Network programming with Go (2012)](https://jan.newmarch.name/go/)
- [📖 The little go book (2014)](http://openmymind.net/The-Little-Go-Book/)
- [📖 Go in action (2015)](https://github.com/miguellgt/books/blob/master/go/go-in-action.pdf)