Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging #10

Open
JhohannesK opened this issue Mar 6, 2022 · 1 comment
Open

Debugging #10

JhohannesK opened this issue Mar 6, 2022 · 1 comment

Comments

@JhohannesK
Copy link
Contributor

Filename: Debugging.md.

WORD: Debugging

Meaning
Debugging is simply identifying and resolving bugs in a computer program.

steps in debugging

  • Identifying errors
  • Finding the error location
  • Analyzing the error by trying to understand what the error really is.
  • Proving the analysis by writing automated tests with some test frameworks.
  • Run unit tests for the code.

Contributor: Domeh John Kelvin
Twitter: @_jhohannes Github: @jhohannesK

@machugram
Copy link
Contributor

machugram commented Mar 6, 2022

Kindly read the README.md file and follow the format.
Description:

Debugging is simply identifying and resolving bugs in a computer program.   
Steps in Debugging: 
1. Identifying errors
2. Finding the error location
3. Analyzing the error by trying to understand what the error really is.
4. Proving the analysis by writing automated tests with some test frameworks.
5. Run unit tests for the code.

Parts Of Speech : Verb
Contributor: Domeh John Kelvin
Twitter: @_jhohannes Github: @jhohannesK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants