Hello, everyone
Can I use kotlin playground to write code with somebody else online? I want to create session, invite someone in it and ask to write some code. Interview.
Or maybe you know some other services for it?
p
pavi2410
07/25/2019, 6:48 AM
repl.it is what you are looking for! Their "multiplayer" feature allows you to do pair programming.
n
Nikolai
07/25/2019, 8:01 AM
Thanks, I will try it
r
ross_a
07/25/2019, 8:16 AM
It's kotlin 1.0.3 though..
e
elizarov
07/25/2019, 8:17 AM
File a bug/change request with them.
m
Mike
07/25/2019, 10:14 AM
Depending on use case, could use screen sharing software. That way, they can use the environment they're comfortable with, rather than some arbitrary text editor. That way you can truly see how effective they are at working, rather than testing how well they can figure out a new text editor.
Always hunt-and-seek in menus to get commands done, or using keyboard shortcuts? Aware of features of IDE or not? CLI skills? SO driven development? Docs? etc.
👍 1
n
Nikolai
07/25/2019, 10:21 AM
@Mike good point. But we have interview in our company office (just in different town), so we can’t provide a environment comfortable for candidates (I mean all prefered tools and IDE’s). But I will ask about installing on interview PC IDE’s for developing.