The naming scheme is the most influential aid to understanding the logical flow of an application. Names should describe the \"what\" rather than the \"how\". By avoiding names that expose underlying implementations (which can change), you can preserve layers of abstraction that simplify complexity. For example, instead of GetNextSTUDENT(), you can use GetNextARRAYELEMENT().
You Might Like
Recommended ContentMore
Open source project More
Popular Components
Searched by Users
Just Take a LookMore
Trending Downloads
Trending ArticlesMore