- screenshots of scores will be posted in comments
- screenshots of completed sections will be posted in comments
This exercise is intended to help you assess your progress with the concepts and techniques we've covered during the week.
For these questions, write a short snippet of code that meets
the requirement. In cases where the question mentions a "given"
data value, use the variable given to refer to it (instead of re-writing
the information).
How does the Agile model compare to the Waterfall model?
Why do you think Agile is so popular in software development?
Do you think Agile is applicable to all industries?
idtablename_idrails new <project_name> -d postgresql --skip-turbolinks --skip-spring -T-d postgresql sets up the project to use PostgreSQL--skip-turbolinks & --skip-spring creates a project that does not use turbolinks or spring-T skips the creation of the test directory and use of Test::UnitWhat are you looking for in your first job?
What are your top 3 priorities in your first job?
What are some barriers you identified, as well as what you could do to mitigate these barriers?
ES6?ES6?ES6, a tool like Babel would allow you to write in ES6 and have the code compiled to ES5, for environments where ES6 might not yet be supported.ES5 and if it seems useful/superfluous.function and is of particular use when a single-line function is being called. From the examples found here:var bar = foo.map(function(x) { return x.length; });
becomes: