Re: [go-nuts] golang for coding interviews

2019-01-10 Thread Naveen Neelakanta
Awesome, thanks for the info! On Thu, Jan 10, 2019 at 6:37 PM Tyler Compton wrote: > Hi Naveen, > > Others may disagree but my take is that Go is not a great coding interview > language. The lack of many built-in data structures is a big one, but those > closing curly braces and other syntax can

Re: [go-nuts] golang for coding interviews

2019-01-10 Thread Tyler Compton
Hi Naveen, Others may disagree but my take is that Go is not a great coding interview language. The lack of many built-in data structures is a big one, but those closing curly braces and other syntax can be a big pain when writing on a whiteboard. In cases where only general programming knowledge