From c7e5112f3533c5b2e046b84da2669413164eef62 Mon Sep 17 00:00:00 2001 From: capulifour <43785941+capulifour@users.noreply.github.com> Date: Wed, 14 Nov 2018 03:05:00 +0100 Subject: [PATCH] Additional text regarding peers (#22341) * Additional text regarding peers Reminder to take advantage of peers to get assistance when needed * Re-ordered list --- .../miscellaneous/tips-for-your-coding/index.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/guide/english/miscellaneous/tips-for-your-coding/index.md b/guide/english/miscellaneous/tips-for-your-coding/index.md index 618e5900b7..dcf0c5131c 100644 --- a/guide/english/miscellaneous/tips-for-your-coding/index.md +++ b/guide/english/miscellaneous/tips-for-your-coding/index.md @@ -9,12 +9,13 @@ This list was created by compiling common issues and questions when working on t 3. Use the chrome javascript debugger console in conjunction with something like the netbeans IDE or sublime text to write your code. Both are free to download. The freeCodeCamp code editor is great but you can get a lot more feedback on your code's behaviour by using chrome's JS debugger and a bunch of **console.log(myVariableGoesHere);** +4. Posting your code in Gitter is as simple as adding a line consisting of only 3 backtics **`** then your code in a new line and another line with 3 more backtics.` + +5. Ask for help in Gitter! I can personally relate to staring at a problem for hours, then seeing the solution as soon as I try to explain it to someone, or having someone say something like "typo on line 6" as soon as they see it. Take advantage of message boards and social media groups as well as in-person peers to attempt to have a fresh set of eyes glance over your work. + + References -* Chrome Console -* Sublime Text -* Netbeans - - 1. Posting your code in gitter is as simple as adding a line consisting of only 3 backtics **`** then your code in a new line and another line with 3 more backtics.` - - 2. Ask for help in gitter! I can personally relate to staring at a problem for hours, then seeing the solution as soon as I try to explain it to someone, or having someone say something like "typo on line 6" as soon as they see it. +* Chrome Console +* Sublime Text +* Netbeans