Coding conventions || Case types in programming languages

Coding conventions || Case types in programming languages

HomeEngineeringwithsandeepCoding conventions || Case types in programming languages
Coding conventions || Case types in programming languages
ChannelPublish DateThumbnail & View CountDownload Video
Channel AvatarPublish Date not found Thumbnail
0 Views
Coding conventions || Case types in programming languages
#Coding #Engineering
– *Camel Case*: Words are connected without spaces, the first word is written in lowercase, subsequent words start with a capital letter (e.g. CamelCase).

– *Snake Case*: Words connected with underscores, all letters lowercase (e.g. snake_case).

– *Uppercase “Snake”*: Words are connected with underscores, all letters are capitalized (e.g. SNAKE_CASE).

– *Kebab Case*: Hyphenated words, all letters lowercase (e.g. “kebab-case”).

– *Pascal Case*: Words are connected without spaces, all words start with a capital letter (e.g. PascalCase).

Thank you for watching the video.

Don't forget to share my channel.

Please take the opportunity to connect with your friends and family and share this video with them if you find it useful.