mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Merge pull request #3499 from IC-Induja/master
Added 9 new loading screen comments
This commit is contained in:
commit
d1ae4adfbb
1 changed files with 14 additions and 1 deletions
|
@ -49,6 +49,7 @@
|
|||
strong.tip(data-i18n='play_level.tip_move_forward') Whatever you do, keep moving forward. - Martin Luther King Jr.
|
||||
strong.tip(data-i18n='play_level.tip_google') Have a problem you can't solve? Google it!
|
||||
strong.tip(data-i18n='play_level.tip_solve_then_write') First, solve the problem. Then, write the code. — John Johnson
|
||||
strong.tip(data-i18n='play_level.tip_mistakes_proof_of_trying') Mistakes in your code are just proof that you are trying.
|
||||
|
||||
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.
|
||||
|
@ -81,6 +82,9 @@
|
|||
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.
|
||||
strong.tip.rare(data-i18n='play_level.tip_adding_orgres') Rounding up ogres.
|
||||
strong.tip.rare(data-i18n='play_level.tip_sharpening_swords') Sharpening the swords.
|
||||
|
||||
strong.tip.rare(data-i18n='play_level.tip_hate_computers') That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven
|
||||
strong.tip.rare
|
||||
a(href="https://github.com/codecombat/codecombat/wiki", data-i18n='play_level.tip_open_source_contribute') You can help CodeCombat improve!
|
||||
|
@ -90,4 +94,13 @@
|
|||
strong.tip.rare(data-i18n='play_level.tip_paper_and_pen') Before you start coding, you can always plan with a sheet of paper and a pen.
|
||||
strong.tip.rare(data-i18n='play_level.tip_compiler_ignores_comments') Sometimes I think that the compiler ignores my comments.
|
||||
strong.tip.rare(data-i18n='play_level.tip_understand_recursion') The only way to understand recursion is to understand recursion.
|
||||
strong.tip.rare(data-i18n='play_level.tip_open_source_and_polymorphism') Open Source projects are like totally polymorphic heterogeneous structures: All types are welcome.
|
||||
strong.tip.rare(data-i18n='play_level.tip_open_source_and_polymorphism') Open Source projects are like totally polymorphic heterogeneous structures: All types are welcome.
|
||||
strong.tip.rare(data-i18n='play_level.tip_ratatouille') You must not let anyone define your limits because of where you come from. Your only limit is your soul. -Gusteau, Ratatouille
|
||||
strong.tip.rare(data-i18n='play_level.tip_nemo') When life gets you down, want to know what you've gotta do? Just keep swimming, just keep swimming. -Dory, Finding Nemo
|
||||
strong.tip.rare(data-i18n='play_level.tip_internet_weather') Just move to the internet, it's great here. We get to live inside where the weather is always awesome. -John Green
|
||||
strong.tip.rare(data-i18n='play_level.tip_nerds') Nerds are allowed to love stuff, like jump-up-and-down-in-the-chair-can't-control-yourself love it. -John Green
|
||||
strong.tip.rare(data-i18n='play_level.tip_self-taught') I taught myself 90% of what I've learned. And that's normal! -Hank Green
|
||||
strong.tip.rare(data-i18n='play_level.tip_luna_lovegood') Don't worry, you're just as sane as I am. - Luna Lovegood
|
||||
strong.tip.rare(data-i18n='play_level.tip_good_idea') The best way to have a good idea is to have a lot of ideas. -Linus Pauling
|
||||
strong.tip.rare(data-i18n='play_level.tip_programming_not_about_computers') Computer Science is no more about computers than astronomy is about telescopes. -Edsger Dijkstra
|
||||
strong.tip.rare(data-i18n='play_level.tip_mulan') Believe you can, then you will. -Mulan
|
||||
|
|
Loading…
Reference in a new issue