Generally Accepted Abbreviations for Programming
GAAP is an MIT-licensed open source project for improving the efficiency of programming by helping programmers to:
- Understand generally accepted abbreviations used in other programmers' source code
- Choose generally accepted abbreviations to make own source code concise and yet readable to others
Based on years of programming experience, I believe that it is important to choose short yet meaningful token names. There are many abbreviations that are generally accepted by programmers. Some are common to all programming languages, while others are mostly used in a particular language. I'd like to start from JavaScript and ABAP, the two languages that I'm familiar with...
Copyright (c) 2017-present, Bo Wang