Here are the slides from my talk on ADT at the ABAPConf 2021.
Note on the slides: This is not a recommendation to use Hungarian notation or method header comments. The fact is, however, that you keep running into these in projects.
My recommendation: The prefix is not as important as the rest of the name. The Clean Code book has many good tips on this. Create a glossary, choose consistent and meaningful names. One concept - one name, etc.




