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
6
Reply
Give any 5 important checks in code review?
Raju p
10y
1.1k
1
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
Coding conventions, repetitive code block,Unused code blocks, performance metrics and Checking of Logging/Exception handling.
Riyas Ahammed
9y
2
* Naming standard should be in camel casing or pascal casing. * Use region to separate private methods, public methods and events etc. * Should not use unnecessary commented lines in code. * Each method or event should have be described using multi-line comments. * Decrease the number of lines of code as possible.
Ayappan Alagesan
8y
0
->No of Lines of code ->Number unused variables (Warnings) ->Number of repetitive functions in project ->Check whether class instead instead of arguments as function parameters. ->Dispose variable if disposable after user if possible. -> User using when needed. -> user for instead of ForEach and a lot more.
Vishal Jadav
9y
0
Coding conventions, repetitive code block,Unused code blocks, performance metrics and Checking of Logging/Exception handling.
Riyas Ahammed
9y
0
Coding conventions, repetitive code block,Unused code blocks, performance metrics and Checking of Logging/Exception handling.
Riyas Ahammed
9y
0
Coding conventions, repetitive code block,Unused code blocks, performance metrics and Checking of Logging/Exception handling.
Riyas Ahammed
9y
0
Message