COMP390 (Design &) Implementation

Similar documents
COMP390 (Design &) Implementation

COMP390 (Design &) Implementation

Mini-Project, Exam, Etc

Reliable programming

Background. Let s see what we prescribed.

Web Hosting. Important features to consider

Lecture 1: Overview

Lesson Share TEACHER'S NOTES LESSON SHARE. ing by Olya Sergeeva. Overview. Preparation. Procedure

Human-Computer Interaction Design

Introduction. A Brief Description of Our Journey

learn programming the right way

Spam. Time: five years from now Place: England

How APEXBlogs was built

CASE STUDY IT. Albumprinter Adopting Redgate DLM

Laboratory 1: Eclipse and Karel the Robot

Chapter01.fm Page 1 Monday, August 23, :52 PM. Part I of Change. The Mechanics. of Change

Quick Web Development using JDeveloper 10g

Adding content to your Blackboard 9.1 class

CS168 Programming Assignment 2: IP over UDP

COPYRIGHTED MATERIAL. Getting Started with Google Analytics. P a r t

1. I NEED TO HAVE MULTIPLE VERSIONS OF VISUAL STUDIO INSTALLED IF I M MAINTAINING APPLICATIONS THAT RUN ON MORE THAN ONE VERSION OF THE.

CREATE YOUR CONTENT STRATEGY & LAUNCH PLAN Amanda Genther Inc. & Irresistible Offerings

A short guide to learning more technology This week s topic: Windows 10 Tips

If Statements, For Loops, Functions

3 Continuous Integration 3. Automated system finding bugs is better than people

Creating the Data Layer

Strategy. 1. You must do an internal needs analysis before looking at software or creating an ITT

Shorthand for values: variables

Welcome to Lab! Feel free to get started until we start talking! The lab document is located on the course website:

Testing is a very big and important topic when it comes to software development. Testing has a number of aspects that need to be considered.

Welcome to Lab! You do not need to keep the same partner from last lab. We will come around checking your prelabs after we introduce the lab

Bellevue Community College Summer 2009 Interior Design 194 SPECIAL TOPIC: SKETCHUP

CS/ISE 5714 Usability Engineering. Topics. Introduction to Rapid Prototyping. Rapid Prototyping in User Interaction Development & Evaluation

PHP. MIT 6.470, IAP 2010 Yafim Landa

Blitz! (Outlook 2011 for Mac)

Econometrics Economics 345

Clickbank Domination Presents. A case study by Devin Zander. A look into how absolutely easy internet marketing is. Money Mindset Page 1

Dealer Reviews Best Practice Guide

Recipes. Marketing For Bloggers. List Building, Traffic, Money & More. A Free Guide by The Social Ms Page! 1 of! 24

Lines of Symmetry. Grade 3. Amy Hahn. Education 334: MW 8 9:20 a.m.

Science-as-a-Service

Lesson 2. Introducing Apps. In this lesson, you ll unlock the true power of your computer by learning to use apps!

Seng310 Lecture 8. Prototyping

Strategies That Work

Xcode Tricks. ios App Development Fall 2010 Lecture 13

Setting Up Your ios Development Environment. For Mac OS X (Mountain Lion) v1.0. By GoNorthWest. 5 February 2013

Term Definition Introduced in: This option, located within the View tab, provides a variety of options to choose when sorting and grouping Arrangement

hw6, BFS, debugging CSE 331 Section 5 10/25/12 Slides by Kellen Donohue

Small changes. Big results.

Frequently Asked Questions about the NDIS

Cross-platform software development in practice. Object-Oriented approach.

ONLINE EVALUATION FOR: Company Name

How I use Outlook: Rev 04/17/08

Neo4J: Graph Database

Git. all meaningful operations can be expressed in terms of the rebase command. -Linus Torvalds, 2015

WEBINARS FOR PROFIT. Contents

SQL Server Whitepaper DEMYSTIFYING DEBUGGING TECHNIQUES WITH SQL SERVER BY PINAL DAVE

MySQL Worst Practices. Introduction. by Jonathan Baldie

Google Drive: Access and organize your files

Information Technology

Description. Learning Objectives. Your AU Expert

IAE Professional s (02)

Promoting Component Architectures in a Dysfunctional Organization

every Website Packages

Replication. Feb 10, 2016 CPSC 416

COMP6471 WINTER User-Centered Design

Functions and Decomposition

10 SEO MISTAKES TO AVOID

9 R1 Get another piece of paper. We re going to have fun keeping track of (inaudible). Um How much time do you have? Are you getting tired?

WEBINAR REPLAY SEQUENCE

Case Study Matrix Solutions Inc., Canada

IGL S AND MOUNT NS. Taking AKKA to Production

EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP

10-Day Follow-Up Plan for Sellers Million Dollar Pipeline Program Class 2

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting

Understanding prototype fidelity What is Digital Prototyping? Introduction to various digital prototyping tools

Using Karel with Eclipse

Beginning Tutorials. BT004 Enterprise Guide Version 2.0 NESUG 2003 James Blaha, Pace University, Briarcliff Manor, NY ABSTRACT: INTRODUCTION:

Test Your XAML-based Windows Store Apps with Visual Studio 2013 Benjamin Day

How to Read AWStats. Why it s important to know your stats

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

Getting Started with HCA and Client Server

How To Clone, Backup & Move Your WordPress Blog! Step By Step Guide by Marian Krajcovic

How to get on Google s radar

Systems Software. Recitation 1: Intro & Revision Control. Quite different from 213. Our Philosophy. Partly-free lunch

Are you using Ruby on Rails?

CS 3110 Lecture 1 Course Overview

Last, with this edition, you can view and download the complete source for all examples at

01/09: Project Plan. The Capstone Experience. Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Spring 2013

Lab 1: Space Invaders. The Introduction

Agenda Time (PT) 8:45 a.m. Event Platform Opening 9:00 a.m. Keynote - Java: Present and Future Java EE 7 Java SE 8 Java Embedded

OpenEdge Management in the Real World. Paul Koufalis President Progresswiz Consulting

In this white paper we want to look at seven basic principles that can help make your website be the best it can be.

Fractions and their Equivalent Forms

Publications Database

How to Host WebEx Meetings

Foglight. Resolving the Database Performance. Finding clues in your DB2 LUW workloads

Putting user. experience first A SNEAK PEEK BEHIND THE SCENES OF THE E-WORKBOOK 10 DESIGN JOURNEY

B.A.B.E. Framework. Business Audience Brand Everything Digital Website Blogging Social

Cancer Waiting Times. Getting Started with Beta Testing. Beta Testing period: 01 February May Copyright 2018 NHS Digital

Transcription:

COMP390 (Design &) Implementation Phil (& Dave s) rough guide Consisting of some ideas to assist the development of large and small projects in Computer Science (and a chance for me to try out some features of Apple s Keynote presentation software)

Design & Implementation What are we going to look at this morning? Modularity UI Design Top Down Design Testing & Debugging Timetabling Partial Completion Documentation Communication

UI Design I Most clients consider UI above every other aspect of your project. It is the single aspect of your project to which the client and others are exposed. Your client doesn t usually care if your code is efficient (we do of course). If your program is unnecessarily hard to use, then it is unlikely to be used by your client.

UI Design II How can I be certain my UI is appropriate and easy to use? Develop prototypes early on in the project and give these to the client to obtain feedback Prototypes can be drawings, web pages or simple programs with little or no underlying functionality Get feedback early (and often) - before you have written much/any other code. Once the code is working, watch users attempting to use your software.

Examples... UI Design III

UI Design Prototype as soon as you can. Get Feedback - lots of it Think about how your users think If you have to present an error message, also provide a solution (if you can).

Top Down Design Make a hard task simpler Turn a big problem into lots of little easier pieces (aka modules) If you re not sure what to do now, decide what to do next Never do today, what you can put off until tomorrow

Testing & Debugging Test each module individually If things work individually they ll probably work together If not its easier to fix one or two small modules Write tests for a module as you go along

Testing & Debugging Keep testing Test Harness Extend the tests as you uncover problems Don t leave testing until the end Test in the final environment Don t assume if it works on your laptop it ll work here

Testing & Debugging What do I do when my program stops working? Does your development system support a real debugger? No debugger? What tricks can be employed to assist debugging?

Testing & Debugging Real Debugger step through code - check variable values etc. (remember COMP103?) Set breakpoints Modify values live to test conditional code Difficult to debug real-time, asynchronous or interactive code

Testing & Debugging No debugger? Don t Panic! Add output statements to your code - display the values of variables, your sql queries... Set variables to fixed values to test conditional code Dump output into files to view when done. (like an audit trail after the event) Run your code on the command line and see what happens (errors are more direct) Check log files for hidden warnings and errors Write a mini program to test your code

Timetabling Modules help in drawing up a timetable January February March April May think up great ios app learn objective C Design UI Code & test Adjust the timetable if necessary Sell app & retire January February March April May think up great ios app learn objective C Design UI Code & test Sell app & retire

Partial Completion If you run out of time prioritise and complete selected modules Half a program that works - ok to demo A program that half works - much less use

Functional Modularity Web Form SQL query Database Results e.g. Web-fronted database Web interface Database backend Customer view Administration view Develop separately then combine

Model / View / Controller Separates the underlying data representations from the input and output modules Changes in one don t necessarily require changes in the other Modules have well defined APIs of course if the interfaces change, then all affected modules must also be modified

Prototyping Web Form SQL query Database Results Prototype the form and output - get feedback from users e.g. use fixed results to illustrate the interface Don t need to query the database initially - we may not even have a DB or real data yet! Simulate real code behind the scenes

Design Changes Full catalogue Special offers SQL query Database Results Feedback from prototypes likely to lead to changes to original design Modular design limits the pain - just the affected modules If you had developed everything prior to first test - potentially lots to modify! Get feedback as soon as you can!

Maintenance Web Form when things need to be changed modular design limits the pain SQL query Oracle mysql Results

A Useful Historical Quote No plan survives contact with the enemy - Helmuth von Moltke the Elder. 1800-1891 Make sure you and the project survive

Change DBMS (maintenance) Which program is easier to switch to another DB? $x = mysql_query($query);! $z = mysql_fetch_row($result);! $this = mysql_query($query2);! $that = mysql_query($query4);! $y2 = mysql_fetch_row($result3);! $z = mysql_query($query1);! $t = mysql_query($query5);! // etc.!!! $x = doquery($query);! $z = dofetch_row($result);! $this = doquery($query2);! $that = doquery($query4);! $y2 = dofetch_row($result3);! $z = doquery($query1);! $t = doquery($query5);! //etc.!! function doquery($q)! {! return mysql_query($q);! }! // function dofetch_row($r)! // etc.

Change DBMS (maintenance) Which is easier to debug? $x = mysql_query($query);! $z = mysql_fetch_row($result);! $this = mysql_query($query2);! $that = mysql_query($query4);! $y2 = mysql_fetch_row($result3);! $z = mysql_query($query1);! $t = mysql_query($query5);! //etc.!!!!! $x = doquery($query);! $z = dofetch_row($result);! $this = doquery($query2);! $that = doquery($query4);! $y2 = dofetch_row($result3);! $z = doquery($query1);! $t = doquery($query5);! //etc.!!! function doquery($q)! {! return mysql_query($q);! echo $q. <br>\n ;! }! // function dofetch_row($r)! // etc.

Maintenance Write it twice Second revision is invariably better Rewriting a module is realistic Rewriting a whole program usually isn t

Choice of Development Environment For many projects - don t need to decide up front Usually has minimal impact on design, though language special features may affect things. Design should drive development choices (not the other way round)

Choice of Development Environment Modularity allows easy change A clean design is adaptable Just a different interface Web interface / Standalone app Same underlying processing

Development Environment Considerations What do you already have experience of? What would you like experience of? What is available to you? What is available to the client? What can the client support? What is suitable for the task? Be prepared to defend your choice (don t just choose something on a whim)

Documentation It s worth 65%!! I ve only got 2 weeks to write it! Write down everything you re doing Write it down now! Yes everything! Don t forget to write the why s Much easier to take existing material and edit and filter it than to write from scratch

Revision Control It used to work, now something s changed and it s broken Regular snapshots Full revision control - snapshots of all changes Essential for collaborative work Continuous documentation!

Communication Talk to your client Talk to us (the tech staff are your friends) Talk to each other Don t feel you have to do it all alone It s ok to consult / research / borrow You must reference stuff you got elsewhere Well, most of us are...

Communication Tech staff can help you with more information on detailed topics - each of us has expertise in specific areas Don t be afraid to ask for assistance (the setup here may be different from elsewhere e.g. your laptop - so test it here as well as on your laptop!)

and finally... Monday and Tuesday Help Desk sessions are the best ones to go to for help with Honours Projects I do the Monday sessions, Dave Shield does the Tuesday ones. If we can t help you directly, we will attempt to point you in the right direction (to the right person or the right bit of the web!)

The End