Programming|Fix bugs
It’s common to meet troubles when do a programming work, my program crashed, a bug is detected, or my code isn’t robust enough…
When confronting a problems, how to deal with it?
First of all, quiet down, give a smile to every trouble.
Secondly gather enough information on it, consult to the victim who suffering the problem. The one who holds more information is always superior to others.
【Programming|Fix bugs】And then analyze the problem, decide where the problem most probably be, Make a test plan or check plan carefully.
Finally, just fix it!
There is a word of advice: don’t do anything important when you are not in good condition. Learn to control your feelings, control your temper. Everything will be OK!
推荐阅读
- Stream|Stream Programming Guide阅读笔记
- java|ObjectOrientedProgramming - 面向对象的编程(多态、抽象类、接口)- Java - 细节狂魔
- [Programming|[Programming Tracking]Compliers Programming Assignment 1: Lexer
- 牛客多校第一场 A-Equivalent Prefixes
- 初生菜鸟|2019The 44th International Collegiate Programming Contest Asia Shenyang Regional Contest
- java|Java测试方法控制执行顺序@FixMethodOrder
- View|View Programming Guide 笔记
- 【KTU|【KTU Programming Camp (Day 3)】Queries
- 邮件服务器(postfix)的简单搭建
- ThinkPHP多数据库配置表前缀(DB_PREFIX)不生效解决方法