@osatohawen
When it comes to being a programmer is not by running/writing codes but by understanding what it does in an application and no matter how good a programmer can be he/she must come across a bug when coding.
Today I'm going to explain what a bug is and my recent experience.
- What is a bug?
It is a mistake in the code that prevents the software from working the way it was designed to. Bugs can lead to problems ranging from minor annoyances, like a button not working, to critical issues, such as a program crashing or a security vulnerability.
As a programmer no matter how good you are at writing codes you must surely come across a bug in your codes whether it is a syntax error, logic error, runtime error or functional error.
Programmers debug code by reviewing code, stepping through execution to find faulty codes.