software engineering i cs361
play

Software Engineering I cs361 Announcements Office hours canceled - PowerPoint PPT Presentation

Software Engineering I cs361 Announcements Office hours canceled on Tuesday Jan 19th Shanes Tue Office Hours moved to Thurs 11:30-12:30 How to show you are using TDD Sources for Writing Assignment Question for Ciera Japan


  1. Software Engineering I cs361

  2. Announcements • Office hours canceled on Tuesday Jan 19th • Shane’s Tue Office Hours moved to Thurs 11:30-12:30 • How to show you are using TDD • Sources for Writing Assignment • Question for Ciera Japan Due on Piazza by by 7pm, Monday Jan 18th.

  3. User Stories

  4. User Stories ✖ The Card ✖ The Conversation ✖ The Confirmation

  5. The Card “As a [role], I want [function], so that [value]” Often written on 3x5 card Examples:

  6. The Conversation An open dialog between everyone working on the project and the client Split up Epic Stories if Needed

  7. The Confirmation A test that will show when task is completed Could be automated, or a script

  8. Write user Stories

  9. INVEST I - Independent N - Negotiable V - Valuable E - Estimable S - Small T - Testable Source: Bill Wake http://xp123.com/articles/invest-in-good-stories-and-smart-tasks/

  10. Independent ✖ Schedule in any order. ✖ Not overlapping in concept ✖ Not always possible

  11. Negotiable ✖ Details to be negotiated during development ✖ Good Story captures the Essence, not the details

  12. Valuable ✖ This story needs to have value to someone (hopefully the customer) ✖ Especially relevant to splitting up issues

  13. Estimable ✖ Helps keep the size small ✖ Ensure we negotiated correctly ✖ “Plans are nothing, Planning is everything” -Dwight D. Eisenhower

  14. Small ✖ Fit on 3x5 card ✖ at most two person-weeks of work ✖ Too big == unable to estimate

  15. Testable ✖ Ensures Understanding of Task ✖ We know when we can mark task “Done” ✖ Unable to test == do not understand

  16. INVEST user stories

  17. Agile vs Waterfall

  18. Waterfall Software Development Model Requirements Design Implementation Verification Maintenance

  19. Agile Software Development Model Agile Manifesto Img Src: http://www.strategybeach.com/our-agile-development-methodology/

  20. Agile Software Development Model Img Src: http://www.strategybeach.com/our-agile-development-methodology/

  21. patterns

  22. Patterns ✖ A general, reusable solution to a commonly occurring problem in a given context ✖ Often have best practices associated with them

  23. Patterns Architectural Patterns Fundamental structural organization for software systems. Design Patterns Solves reoccurring problems in software construction

  24. architectural patterns

  25. Architectural Patterns ✖ MVC ✖ Event-Driven Architecture ✖ Layers ✖ Microservices ✖ Peer-to-Peer ✖ Pipe and Filter ✖ Service-Oriented architecture ✖ Blackboard

  26. MVC Controller User View Model

  27. Common MVC Frameworks ✖ Ruby on Rails ✖ Spring Framework for Java ✖ Django for Python ✖ Elm (Functional Reactive Programming Lang) ✖ Google Web Toolkit for Java ✖ AngularJS for Javascript ✖ CodeIgniter for php ✖ CakePHP ✖ Zend Framework for PHP ✖ Play for Scala ✖ Ninja Framework for Java

  28. Model ✖ Contains the Business logic. (application logic and structure) ✖ Maintains the application specific data

  29. View ✖ Renders the model ✖ Allows interaction with the user ✖ Passes input to the controller

  30. Controller ✖ Receives input ✖ Makes appropriate calls to the model ✖ Updates the view

  31. MVC Demo

  32. Credits Special thanks to all the people who made and released these awesome resources for free: ✖ Presentation template by SlidesCarnival ✖ Photographs by Unsplash

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend