Express My Feeling When Bug Happened in Programimg. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Express My Feeling When Bug Happened in Programimg.

String bug = new String("bug happened"); switch (bug){ case "bug happened": that's ok I can solve it; debug(); case "bug happened again": don't worry just keep going; debug(); case "bug happened a third time": drink water; debug(); case "another bug happened": take a deep breath; debug(); case "another bug happened again": my mother told me never gives up; debugplus(); case "lots of bugs happened": damn......God help me please; today is not my day; debugplus(); case "system crash": wtf; It totally pissed me off; ctrl + z; ctrl + z; ctrl + z; ctrl + z; ctrl + z; ...... I want to be a KeyBoard Crusher; default: go to bed early; } void debug(){ copy error message to google search; modify the code; add comment; run it again; } void debugplus(){ analyze the root cause; read related article; ask co-worker; copy error message to google search; modify the code; add comment; run it again; }

8th Sep 2017, 12:55 PM
Corey
Corey - avatar
3 Answers
+ 1
to debugplus() I will add "believe that programming is not for me" xD I like it.
9th Sep 2017, 5:17 AM
Jesus Manuel Bustamante Sierra
Jesus Manuel Bustamante Sierra - avatar
+ 5
Thanks Jesus Manuel Bustamante Sierra.
9th Sep 2017, 6:32 AM
Corey
Corey - avatar
+ 5
You may give it a try, how about use recursion?
9th Sep 2017, 6:33 AM
Corey
Corey - avatar