Блог пользователя adityagamer

Автор adityagamer, история, 2 года назад, По-английски

Debugging interactive problem is very hard for inexperienced and new programmers.

I have seen google code jam providing the interactive program when they ask interactive problem which helps in debugging the program locally.

Also, giving the interactive program will neither spoil any answer nor it will take any extra effort, as you would have already written it.

Don't you think this will improve the experience of users?

  • Проголосовать: нравится
  • +75
  • Проголосовать: не нравится

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Part of the fun of interactive problems is coming up with a tester (for me, at least).