Programming Style Guide: Naming Conventions

Today we are going to look at Naming conventions you can follow while writing code. Naming conventions lay down the basic rules for naming different elements in your code. The objectives are simple: Make the element easy to read Should be self explanatory Should contain information in a compact and concise manner. Ideally a well … Continue reading Programming Style Guide: Naming Conventions