TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Flowcharts

Variable Naming Notations

Overview

In this tutorial, we will learn about different variable naming notations. Some of the notations are as follows:

  • Camel case notation
  • Pascal case notation
  • Snake case notation
  • Hungarian notation

camelCase

Camel case is a popular convention for naming variables. In this convention, the variable starts with a lowercase letter and any subsequent word begins with an uppercase letter.

For example, weeklyPay

PascalCase

Pascal case is a notation in which the first letter of the variable name is in uppercase. This notation is also called as upper camel case.

For example, SalariedEmployee

snake_case

Snake case notation in which the white spaces between the words are replaced with an underscore (_)
character. For example, hourly_wage

stringHungarian

Hungarian notation in which the variable’s data type is also part of the identifier name.  For example, stringFirstName.

 

—

Flowgorithm Tutorials

Flowgorithm flowchart tutorials on this website:

https://www.testingdocs.com/flowgorithm-flowchart-tutorial/

Flowgorithm Website

For more information on the Flowgorithm tool, please visit the official website at:

http://flowgorithm.org/

Related Posts

Diagrams Download Button OFM

Flowcharts /

Install draw.io Desktop on Windows

Draw.io Update available Win11

Flowcharts /

Update draw.io on Windows

Online Diagram Software

Flowcharts /

Online Diagram Software

Tools Source Code Viewer Flowgorithm

Flowcharts /

Generate Pseudocode for Flowgorithm Flowchart

Psuedocode Inches to Centimeters Flowgorithm

Flowcharts /

Flowchart to Convert Inches to Centimeters

‹ Flowchart to Convert Inches to Centimeters› Generate Pseudocode for Flowgorithm Flowchart

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version