Impact of Gen-AI on IT Jobs - Growth Mindset Show
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
Are Comment GOOD or BAD?
Santosh Kumar Adidawarpu
8y
161
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
Usually we write comments for each block of code for the uses of it. If there is a need to write comment for your block of code, it is probably the written code is bad. And even it is very difficult to write comment for each block of code, and it is not good practice because it increases the unused quantity. Good code should be understandable to everyone without reading any type of comments. Good coding style is about storing all necessary information to understand the problem in code.In a programming style, there is a concept of “self-describing source code” which is a common descriptor for the written source code that follows certain loosely defined conventions for naming and structure. The main goal for self-describing is to make source code easier to read and understand, so that it is very easy to maintain or extend the existing code.
Santosh Kumar Adidawarpu
8y
0
Difference between var and dynamic?
What is the order of a SQL Query execution?
Message