You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14599,21 +14601,30 @@ var $author$project$Stages$Debugging$View$HelpTabs$DebuggingTips$debuggingTips =
14599
14601
[
14600
14602
A2(
14601
14603
$mdgriffith$elm_ui$Element$paragraph,
14602
-
_List_Nil,
14603
14604
_List_fromArray(
14604
14605
[
14605
-
$mdgriffith$elm_ui$Element$text('Read through your code one line at a time, and for each line, check if you know the value of every variable on that line, the return value of every function, the outcome of every comparison, et cetera.')
14606
+
$mdgriffith$elm_ui$Element$Font$size(18)
14607
+
]),
14608
+
_List_fromArray(
14609
+
[
14610
+
$mdgriffith$elm_ui$Element$text('Read through your code one line at a time. For each line, check if you know the value of every variable on that line, the return value of every function, the outcome of every comparison, et cetera.')
14606
14611
])),
14607
14612
A2(
14608
14613
$mdgriffith$elm_ui$Element$paragraph,
14609
-
_List_Nil,
14614
+
_List_fromArray(
14615
+
[
14616
+
$mdgriffith$elm_ui$Element$Font$size(18)
14617
+
]),
14610
14618
_List_fromArray(
14611
14619
[
14612
14620
$mdgriffith$elm_ui$Element$text('Don\'t think about anything that happens on the next line until you\'ve figured out everything that happens on the one you\'re looking at.')
14613
14621
])),
14614
14622
A2(
14615
14623
$mdgriffith$elm_ui$Element$paragraph,
14616
-
_List_Nil,
14624
+
_List_fromArray(
14625
+
[
14626
+
$mdgriffith$elm_ui$Element$Font$size(18)
14627
+
]),
14617
14628
_List_fromArray(
14618
14629
[
14619
14630
$mdgriffith$elm_ui$Element$text('If you\'re even the slightest bit unsure about something, print it to make sure.')
@@ -14808,7 +14819,7 @@ var $author$project$Stages$Debugging$View$HelpTabs$DebuggingTips$render = functi
{ header ="Tip #4: Read through your code one line at a time"
101
101
, content =
102
-
[ paragraph [][ text "Read through your code one line at a time, and for each line, check if you know the value of every variable on that line, the return value of every function, the outcome of every comparison, et cetera."]
103
-
, paragraph [][ text "Don't think about anything that happens on the next line until you've figured out everything that happens on the one you're looking at."]
104
-
, paragraph [][ text "If you're even the slightest bit unsure about something, print it to make sure."]
102
+
[ paragraph [Font.size 18][ text "Read through your code one line at a time. For each line, check if you know the value of every variable on that line, the return value of every function, the outcome of every comparison, et cetera."]
103
+
, paragraph [Font.size 18][ text "Don't think about anything that happens on the next line until you've figured out everything that happens on the one you're looking at."]
104
+
, paragraph [Font.size 18][ text "If you're even the slightest bit unsure about something, print it to make sure."]
0 commit comments