Autocomplete from Stack Overflow
21–30 of 151 posts
Re: Autocomplete from Stack Overflow
#22I know you know, I know they know, and I know you know they know. I just wanted to say it, ok?
Re: Autocomplete from Stack Overflow
#23Cool idea, but kind of ironic that the example you used produces unnecessarily complicated stack overflow solutions. A JavaScript "contains" function is as simple as: var contains = function (needle, haystack) { return haystack.indexOf(needle) !== -1 }
Re: Autocomplete from Stack Overflow
#24http://i.imgur.com/7SiQSD1.jpg
Re: Autocomplete from Stack Overflow
#25Re: Autocomplete from Stack Overflow
#26If it's a joke "Ahah", if not it's just depressing. SO is a valuable resource to confront and understand concepts. Let's not encourage this copy/paste culture
Why not? If it gets the job done (probably faster too). I would even suggest that be realistic and allow copy/paste during interviews too!
Re: Autocomplete from Stack Overflow
#27http://i.imgur.com/7SiQSD1.jpg
Where can you buy this book? I want it!
https://www.gitbook.com/book/tra38/essential-copying-and-pas...
Found yesterday in this HN Story: https://news.ycombinator.com/item?id=11333448
Re: Autocomplete from Stack Overflow
#28If it's a joke "Ahah", if not it's just depressing. SO is a valuable resource to confront and understand concepts. Let's not encourage this copy/paste culture
Why not? If it gets the job done (probably faster too). I would even suggest that be realistic and allow copy/paste during interviews too!
Re: Autocomplete from Stack Overflow
#29Earlier quoted context omitted.
Why not? If it gets the job done (probably faster too). I would even suggest that be realistic and allow copy/paste during interviews too!
So that interviewers can gauge your ability on searching & referencing code examples from the web? Who's being realistic?
Its amazing how many people cant.