filmov
tv
C# Naming Conventions - Never name your stuff bad again
Показать описание
🔥 The first rule to clean code is never to call your variables "variable1". And the second rul, is to watch this video about NAMING CONVENTIONS! Learn to write understandable and readable code with this quick tutorial!
We'll make sure to turn you into a true developer in no time!
Timestamps:
00:00 Introduction
00:15 What naming conventions are we talking about?
00:23 PascalCase
01:02 camelCase
03:00 This one is for you!
03:40 Prefixes
04:09 Plurals
04:56 Verb-Noun Pairs
07:07 Thanks for watching!
C# Naming Conventions - Never name your stuff bad again
So, what is C#?
C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. If you want to explore the language through interactive examples, try the introduction to C# tutorials.
C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.
And, what are the general naming conventions?
There are several naming conventions to consider when writing C# code.
In the following examples, any of the guidance pertaining to elements marked public is also applicable when working with protected and protected internal elements, all of which are intended to be visible to external callers.
Use pascal casing ("PascalCasing") when naming a class, record, or struct.
Use camel casing ("camelCasing") when naming private or internal fields, and prefix them with _.
To learn more, make sure to watch the video, and we promise you that you'll become a C# developer by the end of the course! Have fun!
#csharp #coding #tutorial #learn #microsoft #net #namingconvention #cleancode
TAGS
c#,.net,c-sharp,csharp,programming,visual studio,c sharp,learn c#,c# programming,c# tutorial,c# for beginners,learn c# programming,c# tutorial for beginners,c# course,tutorial,coding,coding naming conventions,c# naming conventions,coding standards,naming convention in c#,c# coding conventions,clean code,naming conventions,unity tutorial,software engineering,.net core,game development,unity game tutorial,unity 3d tutorial,shorts,unity,c# name
TutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.
We'll make sure to turn you into a true developer in no time!
Timestamps:
00:00 Introduction
00:15 What naming conventions are we talking about?
00:23 PascalCase
01:02 camelCase
03:00 This one is for you!
03:40 Prefixes
04:09 Plurals
04:56 Verb-Noun Pairs
07:07 Thanks for watching!
C# Naming Conventions - Never name your stuff bad again
So, what is C#?
C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. If you want to explore the language through interactive examples, try the introduction to C# tutorials.
C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.
And, what are the general naming conventions?
There are several naming conventions to consider when writing C# code.
In the following examples, any of the guidance pertaining to elements marked public is also applicable when working with protected and protected internal elements, all of which are intended to be visible to external callers.
Use pascal casing ("PascalCasing") when naming a class, record, or struct.
Use camel casing ("camelCasing") when naming private or internal fields, and prefix them with _.
To learn more, make sure to watch the video, and we promise you that you'll become a C# developer by the end of the course! Have fun!
#csharp #coding #tutorial #learn #microsoft #net #namingconvention #cleancode
TAGS
c#,.net,c-sharp,csharp,programming,visual studio,c sharp,learn c#,c# programming,c# tutorial,c# for beginners,learn c# programming,c# tutorial for beginners,c# course,tutorial,coding,coding naming conventions,c# naming conventions,coding standards,naming convention in c#,c# coding conventions,clean code,naming conventions,unity tutorial,software engineering,.net core,game development,unity game tutorial,unity 3d tutorial,shorts,unity,c# name
TutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.
Комментарии