TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Code Smell
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gul Md Ershad (8)
Abhishek Mishra (2)
Sardar Mudassar Ali Khan (1)
Debendra Dash (1)
Satheesh Elumalai (1)
Related resources for Code Smell
No resource found
Common Code Smell Mistakes In C#, Part One
6/14/2024 10:39:44 AM.
Learn about code smells—indicators of deeper issues in programming. Discover through examples like redundant boolean literals, explicit exception throwing, inefficient string concatenation, redundant
Addressing Common Code Smells in ASP.NET Core
9/9/2023 11:25:15 AM.
Code smells are common issues in software development that indicate potential problems in the code. In ASP.NET Core or any other programming language, addressing code smells is essential for maintaini
Important Tips To Write Clean Code In C#
3/31/2022 9:18:33 AM.
In this article, we will see how to write clean code in C# .
How To Identify The Null Check Code Smell
2/20/2020 8:25:22 AM.
In this article, you will learn how to identify the Null Check Code Smell.
Common Code Smells Mistake In C# - Part Two
8/20/2019 10:19:31 AM.
Code smell is a word given to indicate a deeper problem in our programming code. Here, we will discuss about some of the code smell vulnerabilities that developers commonly face but don't recogniz
Static Variable - A Code Smell
1/16/2017 11:33:11 AM.
This article will explain the disadvantages of Static variables.
Branching Over A "Type Code" - A Code Smell
1/13/2017 10:30:44 AM.
This article will explain how the branching over a type code is a serious type of code smell.
The Law Of Demeter
1/12/2017 11:16:30 AM.
This article will explain several pros and cons of the Law of Demeter.
Pros And Cons Of Code Refactoring
1/9/2017 10:57:07 AM.
Code Refactoring is an important part of software development. This article will explain the benefits and drawbacks of code refactoring.
Switch Statement - A Code Smell
1/7/2017 1:23:59 PM.
This article will explain the code issues, using the Switch.. case statement. In some cases, it is a type of code smell.
Refused Bequest - A Code Smell
1/5/2017 4:39:43 PM.
This article is intended to explain about refused bequest which is a common code smell that occurs during development.
God Object - A Code Smell
1/5/2017 4:36:05 PM.
This article will explain about the God object, which is related to code smell.
Are You A Google Developer?
10/19/2016 1:24:15 PM.
This article will focus on Code Quality and Code Smell.