ABAP developers, are you looking to clean up your code? Then pick up this official companion to the Clean ABAP GitHub repository. This book is brimming with best practices, straight from the experts, to help you write effective ABAP code. Start by learning when to apply each clean ABAP practice. Then, dive into detailed code examples and explanations for using classes, methods, names, variables, internal tables, and more. From writing code to troubleshooting and testing, this is your complete style guide! *Learn to write readable, maintainable ABAP code *Improve the way you work with classes, interfaces, methods, variables, tables, and more *Understand how to choose useful names, write strong comments, and format code correctly Clean ABAP Concepts What is clean ABAP and why is it important to write clean code? Understand clean ABAP concepts with insight from the experts, including special considerations for legacy code and performance. Best Practices Walk through the what, why, and how behind clean ABAP best practices. Learn to improve your code, including using classes and interfaces appropriately, handling method design and control flow, designing and running unit tests, and much more. Practical Examples See clean ABAP practices in action! Improve your understanding of how to write effective code. Use detailed examples for each best practice that demonstrate the difference between clean and messy code. *Classes and interfaces *Methods *Names *Variables and literals *Internal tables *Control flow *Comments *Formatting *Error handling *Unit testing *Packages
Clean Code is the method used to program maintainable and therefore future-proof applications. Up to now there was no clean code adaptation for the programming language ABAP. This is exactly what Klaus Haeuptle and his colleagues delivered. And the right book for it. The book gives countless examples of typical clean code topics: good identifiers, method and class names. The reduction of comments. The use of unit tests. Practical design with dependency injection and many more topics. If you want to develop modern, future-proof ABAP applications, you should read this book first. After that, it is the ideal companion in everyday programming.