This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Choose a ticket class: <select id="tickets"></select> | |
<p id="ticketOutput"></p> | |
<script id="ticketTemplate" type="text/x-jquery-tmpl"> | |
{{if chosenTicket}} | |
You have chosen <b>${ chosenTicket().name }</b> | |
($${ chosenTicket().price }) | |
<button data-bind="click: resetTicket">Clear</button> | |
{{/if}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scrum is a best-practice software development methodology. | |
There are many advantages to using it in an enterprise development environment. | |
Unlike other methodologies, such as extreme programming, there is no need to change coding practices. | |
Project Managers will therefore find it easy to adopt and incorporate into their existing workflows. | |
Iterations with strict time-limited sprints greatly improve productivity. | |
Developer participation is enforced through the use of constant stand-up meetings. | |
Mostly people just robotically say what they did yesterday and what they are doing today, which is stupid. |