I am a Full stack .NET Developer, I like to work with C#, .Net Core, SQL, Mongo DB, Azure, JavaScript , Angular...
Always eager to learn new technologies. I am here to share, ask & eventually learn.
Cool 😄, Removing the curly braces in C# makes it like Python, do more with less.
But I think curly braces is required for large lines of code , otherwise it will be hard job for developers to find the start and end of a line or function.
I am a Full stack .NET Developer, I like to work with C#, .Net Core, SQL, Mongo DB, Azure, JavaScript , Angular...
Always eager to learn new technologies. I am here to share, ask & eventually learn.
Cool 😄, Removing the curly braces in
C#makes it likePython, do more with less.But I think
curly bracesis required for large lines of code , otherwise it will be hard job for developers to find the start and end of a line or function.Fun Fact: in Visual Studio, you can press Ctrl-] on your keyboard to jump from any curly brace to its matching brace. :)
More on that:
visualstudiomagazine.com/blogs/too...
Useful tip , its
Ctrl+] (that's the Control key with a closing square bracket). Thanks for sharing. Appreciate :)