Code Smells and How to Get Rid of It

Code Smell

Code smells are no errors or bugs but are early signs of something may be rotten in the code.

Let me be a little clear on the fact that having these “code smells” does not mean that the application won’t work. It also does not mean that it’ll give wrong or unpredictable output.

Read more “Code Smells and How to Get Rid of It”

The subtle art of Clean Code

Clean Code

There are two ways to write an application – write logic using code or write logic using clean code. Coding is what every fresh graduate is doing. But if you want to become a better programmer then it’s all about writing clean code.

Read more “The subtle art of Clean Code”