No reviews yetBe the first to leave a review for Code To Go
Why would you want to use this over say https://stackoverflow.com/ it'll usually end up in staggeration of information. The use-cases / snippets shared here may or may note apply to your use-case and if you knew what applies best to your use-case....? I do see a point in making a process out of this but this effort could be used to populate these questions over StackExchange or MDN and not fragment information further.
Pros:
- Copy paste friendly
Cons:
- Lack of information of where something is applicable
Thanks @_mathdotrandom!
The purpose of Code to go is *not* to replace Stackoverflow, however there are plenty of use cases where the answers on stackoverflow are outdated.. even though you have the correct answer there, it's not marked as `accepted` and we can't change that.. (like this one: https://stackoverflow.com/questi...)
Also most of the use cases on Codetogo point to MDN whenever possible, example: https://codetogo.io/how-to-inter...
MDN is an excellent resource for intermediate to advanced developers, but beginners don't really understand that in that for example that the `Event` in `Event.preventDefault` points to the `Event` interface and that they need to reference the `event` variable (https://developer.mozilla.org/en...)
Report
HEALTHY IS MANDATORY Hello Friends, The information you share is very interesting. I want more information from you,Thank you
Report
Love the design, looks great on my phone. Looking forward to using this. Thanks for the awesome resource.
Great and clean UI! Search works smooth but Use Cases page needs categorization (ex: Syntax, Variables, Assignment, Strings, Numbers, etc.) in some kind of a possible tagging format.
Just a heads up on your featured iteration example on Javascript array iteration- "For...in" loops are generally NOT recommended for arrays because the order is not guaranteed (which is generally important for arrays). I don't want anyone to get a bad first impression of the product just because of the choice of example.
Hi @robmoore thanks for your comment!
Did you mean "For .. of" or "For .. in"? I've used "For .. of" rather than "For ..in" or any other alternative because it's ES2015+ and because you can break from it using the break keyword whereas with forEach or .map you can't break from it. What do you think?
Report
@robmoore@jadjoubran I agree—the example of using "for...of" is nice, but needs to specify "when the order is not important". From a performance standpoint, to iterate over an array and keep the order preserved, a plain old "for" loop is the best, though it's uglier
Report
Isn't it what StackOverflow does? You get pretty much everything you need with multiple views. To my opinion this is not very different.
Report
I need it inside my editor.
Pros:
Easy to use.
Cons:
Maybe if there is an extenstion for code editor would be better..
Why would you want to use this over say https://stackoverflow.com/ it'll usually end up in staggeration of information. The use-cases / snippets shared here may or may note apply to your use-case and if you knew what applies best to your use-case....? I do see a point in making a process out of this but this effort could be used to populate these questions over StackExchange or MDN and not fragment information further.
Pros:- Copy paste friendly
Cons:- Lack of information of where something is applicable
Programming Knowledge Map
Programming Knowledge Map
Programming Knowledge Map
Duplikit
Programming Knowledge Map
I need it inside my editor.
Pros:Easy to use.
Cons:Maybe if there is an extenstion for code editor would be better..
FastBuild
This is what you would expect from StackOverflow :))
Pros:Usability, Curated Content
Cons:should add more conent in the future
Programming Knowledge Map