Skip to content

Commit

Permalink
fix(posts): update "3 traits of highly successful programmers"
Browse files Browse the repository at this point in the history
Post: 2023-04-16-3-traits-of-highly-successful-programmers.md

Replace 404 link:
https://p5js.org/tutorials/field-guide-to-debugging/
  • Loading branch information
remarkablemark authored Jul 6, 2024
1 parent 786b250 commit 4ab9e12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You must have an insatiable thirst for knowledge since you're constantly consumi

## Scientific

Programmers spend a good amount of time troubleshooting their code. Thus, those who use the [scientific method](https://wikipedia.org/wiki/Scientific_method) will have a better time getting their programs to run. So what does this entail? Well, you'll need to form hypotheses and test them. You must also have patience since the act of [debugging](https://p5js.org/learn/debugging.html) can be an agonizing experience. If you give up easily and aren't unwilling to persevere until you find a solution, then programming may not be for you.
Programmers spend a good amount of time troubleshooting their code. Thus, those who use the [scientific method](https://wikipedia.org/wiki/Scientific_method) will have a better time getting their programs to run. So what does this entail? Well, you'll need to form hypotheses and test them. You must also have patience since the act of [debugging](https://p5js.org/tutorials/field-guide-to-debugging/) can be an agonizing experience. If you give up easily and aren't unwilling to persevere until you find a solution, then programming may not be for you.

## Disciplined

Expand Down

0 comments on commit 4ab9e12

Please sign in to comment.