This commit is contained in:
Miloslav Ciz 2024-12-14 16:25:29 +01:00
parent ea07d624a8
commit 9284009450
19 changed files with 1932 additions and 1906 deletions

View file

@ -130,4 +130,10 @@ Additionally these may help deal with bugs as well:
This is kind of an improper YOLO way of trying to fix bugs, you just change a lot of stuff in your program in hopes a bug will go away, it rarely works, doesn't really get rid of the bug (just of its manifestation at best) and can at best perhaps be a simple [hotfix](hotfix.md). Remember **if you don't understand how you fixed a bug, you didn't actually fix it**.
TODO: mini gdb tutorial
TODO: mini gdb tutorial
## See Also
- [optimization](optimization.md)
- [refactoring](refactoring.md)
- [works on my machine](works_on_my_machine.md)