How to unit test and practice test-driven development
How to unit test and practice test-driven development? A developer wastes an average of 17.3 hours every week for code maintenance Improving code quality is not easy at all, and managing code
What is Google’s internal code review process?
What is Google's internal code review process? You can now consume the entire blog in an audio version. Give it a try. Loading
Top 10 programming habits that make your code smell
Habits are hard to change and programmers are going to create code smell. But have the right knowledge can reduce these smells to a minimum. Also with the help of
Automated Code Review: Some Processes You Can Automate
Since many years code review has been done manually. This has added time and cost to the overall software development cycle. But no more, with automated code review tools you
How to implement complete error handling without obscuring code logic
Error handling is when your software is capable to counter or confiscate errors that may have been brought on by a programmer mistake or a genuine problem.
Code Review Checklist: The Ultimate Guide
Having a proper code review checklist is crucial to conduct a full fledged code review process. It helps you make sure you don't miss anything.
How to format code for maximum code readability
Code readability is one of the first factors a developer learn, making it a quality one should always master. Here are some ways to make your code readable
What is code vulnerability?
Code vulnerability is a term related to the security of your software. It is a flaw in your code that creates a potential risk of compromising security.
Tips to write bug-free code during interview
Writing bug-free code is not an easy task; doing that at an interview is much more difficult. Here are some tips to help you write bug-free code.