From f1145852dde2ae077c6f5c2091427e24a2da1ad5 Mon Sep 17 00:00:00 2001 From: JKniager Date: Sat, 31 Jan 2015 16:25:35 -0700 Subject: [PATCH] Added Tips Added tips to the tip list. --- app/templates/play/level/level_loading.jade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/play/level/level_loading.jade b/app/templates/play/level/level_loading.jade index b7b75e3bd..755d1ce71 100644 --- a/app/templates/play/level/level_loading.jade +++ b/app/templates/play/level/level_loading.jade @@ -34,6 +34,7 @@ strong.tip(data-i18n='play_level.tip_debugging_program') If debugging is the process of removing bugs, then programming must be the process of putting them in. - Edsger W. Dijkstra strong.tip(data-i18n='play_level.tip_forums') Head over to the forums and tell us what you think! strong.tip(data-i18n='play_level.tip_impossible') It always seems impossible until it's done. - Nelson Mandela + strong.tip(data-i18n='play_level.tip_google') Have a problem you can't solve? Google it! strong.tip.rare(data-i18n='play_level.tip_baby_coders') In the future, even babies will be Archmages. strong.tip.rare(data-i18n='play_level.tip_hardware_problem') Q: How many programmers does it take to change a light bulb? A: None, it's a hardware problem. @@ -65,3 +66,4 @@ strong.tip.rare(data-i18n='play_level.tip_reusable_software') Before software can be reusable it first has to be usable. strong.tip.rare(data-i18n='play_level.tip_optimization_operator') Every language has an optimization operator. In most languages that operator is ‘//’ strong.tip.rare(data-i18n='play_level.tip_lines_of_code') Measuring programming progress by lines of code is like measuring aircraft building progress by weight. — Bill Gates + strong.tip.rare(data-i18n='play_level.tip_adding_evil') Adding a pinch of evil.