Added a book on Clean ABAP (#3442)

Added the book "SAP Code Style Guides - Clean ABAP", which is an adoption of Robert C. Martin's "Clean Code" for the language ABAP. The license is CC BY 3.0.
This commit is contained in:
Johan Wigert 2019-11-03 16:36:03 +01:00 committed by eshellman
parent 0a6e49aeb1
commit fffcdd5b86
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
### Index
* [ABAP](#abap)
* [Ada](#ada)
* [Agda](#agda)
* [Alef](#alef)
@ -785,6 +786,11 @@ Kerridge (PDF) (email address *requested*, not required)
* [Mature Optimization](http://carlos.bueno.org/optimization/mature-optimization.pdf) - Carlos Bueno (PDF)
### ABAP
* [SAP Code Style Guides - Clean ABAP](https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md)
### Ada
* [A Guide to Ada for C and C++ Programmers](http://www.cs.uni.edu/~mccormic/4740/guide-c2ada.pdf) (PDF)