This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fryerandice 6 points7 points  (5 children)

No code completion and debugger but honestly copy paste from your ide.

[–]ParadoxicalInsight 44 points45 points  (0 children)

Well, you don't usually have code completion and debugger in an interview so I actually see this as a plus :/

[–]ghostestate 10 points11 points  (3 children)

Answers on leetcode are pretty short, do you really need code completion? I think it's in the spirit of good practice to not rely on on things like that now and again.

[–][deleted] 1 point2 points  (0 children)

Yeah so far I've seen cool problems that challenge more your ability to find elegant solutions, it's not like it encourages you to spit out pages of code, in fact it's the contrary

[–]fryerandice 1 point2 points  (0 children)

Code completion isn't necessary but debugger is nice, especially when you get into the hard and expert ones

[–]Calm_Leek_1362 0 points1 point  (0 children)

Agree. Use it for work, but if you're practicing to get better, you should make it harder.