├── .gitattributes └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Essential Books on Programming 2 | ============================== 3 | 4 | This [wiki](https://github.com/accu-org/essential-books/wiki) is intended as a guide for books that are considered to be essential reading for programmers by members of [ACCU](https://accu.org/). Where available, there are links to [the ACCU book reviews](https://accu.org/menu-overviews/reviews-overview/) that were published in [the C Vu journal](https://accu.org/menu-overviews/journals-overview/). 5 | --------------------------------------------------------------------------------