| Length | Points | Week |
|---|---|---|
| 20 minutes | 10 | Week 2 |
When you start working with WebPack for GameTime, you'll notice that you can't just define a variable in one file and find it in another as easily as you can in Rails.
##Hello World My code: here
Responder #1 (here) - This responder took largely the same approach as me but used the if / else approach rather than reassigning input to equal either the given input or World. In this case I feel that I prefer my approach.
Responder #2 (here) - Responder 2 took a similar approach to Responder 1, but they simply used an if statement with an implied else. I'm not sure if I prefer this over the traditional if / else approach. Again, I prefer my approach.
Responder #3 (here) - I really like this implementation. I'm not sure if the conditional, or ternary, operator is more clear, but I like the approach.
Responder #4 (here) - A
| How does the Agile model compare to the Waterfall model? | |
| - The agile model integrates continuous product delivery and feedback. | |
| Why do you think Agile is so popular in software development? | |
| - In order to deliver a successful product, developers need to gain feedback from users of that product. | |
| Do you think Agile is applicable to all industries? | |
| - No. |