39
R-C-D
6y

0. Problem
1. Thinking of an algo
2. Writing a code
3. Compile
4. Compile Error
5. Fixing bugs
...
6. Finally compiled!!
7. Running a test
8. Run time error
9. Fixing bugs
...
10. Finally I can see the result !!!!
11. Shit!

12. LOGICAL ERROR :/

Comments
  • 4
    Let's make it worse (probably specific to competitive coding)
    Runs test cases : all passed
    Submits : wrong answers!
  • 1
    Smh I do it in reverse order..
  • 0
    You forgot some steps!

    0.1 define expected output
    0.2 write unit test to assert expectations
    6.1 run unit test
    6.2 if aasert fails resume from step 2

    No more need for steps 8 and 9
Add Comment