AkifSami's blog

By AkifSami, history, 4 years ago, In English

This post has been removed by the author due to some problem. * tried to describe my unfortune. But people thought something else.

  • Vote: I like it
  • -47
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

If you are asking about the debugging process, then I basically first think about overflows and implementation bugs, then go for corner cases, then try to disprove the logic, try sample cases. I think debugging is an art which no one has mastered

»
4 years ago, # |
  Vote: I like it +4 Vote: I do not like it

NEVER EVER USE INT VARIABLE. ALWAYS LONG LONG.

Never ever use a bag. Always a Suitcase.

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Solution is easy, everytime just check for int at first

»
4 years ago, # |
  Vote: I like it +3 Vote: I do not like it

Auto comment: topic has been updated by AkifSami (previous revision, new revision, compare).