CSE 331 Software Design & Implementation Dan Grossman Fall 2014 Lecture 1 – Introduction & Overview 1CSE 331 Fall 2014.

Slides:



Advertisements
Similar presentations
Intro to CIT 594
Advertisements

Introduction to programming with Visual Basic.NET Dr. Marty Sirkin.
Introduction to Financial Management. Overview of Financial Management Introduction Keys to Success Stay up in class (complete assignments on time each.
Intro to CIT 594
1 Intro to CIT 594 ~matuszek/cit594.html.
Intro to CIT 594
June 13, Introduction to CS II Data Structures Hongwei Xi Comp. Sci. Dept. Boston University.
CMSC 132: Object-Oriented Programming II
CMSC 132: Object-Oriented Programming II Nelson Padua-Perez William Pugh Department of Computer Science University of Maryland, College Park.
Intro to CIT 594 ~matuszek/cit594.html.
July 16, Introduction to CS II Data Structures Hongwei Xi Comp. Sci. Dept. Boston University.
» Teaching an online class, what takes up most of your time?
CS 415: Programming Languages Course Introduction Aaron Bloomfield Fall 2005.
Intro to CIT 594
COMP 151: Computer Programming II Spring Course Topics Review of Java and basics of software engineering (3 classes. Chapters 1 and 2) Recursion.
WEEK 1 CS 361: ADVANCED DATA STRUCTURES AND ALGORITHMS Dong Si Dept. of Computer Science 1.
What you need to know about this class A powerpoint syllabus.
CSC 212 – DATA STRUCTURES Prof. Matthew Hertz WTC 207D /
MAT 331 Mathematical solving problem with computers.
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
Welcome to CS 3260 Dennis A. Fairclough. Overview Course Canvas Web Site Course Materials Lab Assignments Homework Grading Exams Withdrawing from Class.
CSE 501N Fall ‘09 00: Introduction 27 August 2009 Nick Leidenfrost.
Student Forum March5, pm - Collaborate Students will share their thoughts on topics including: --experiences with online courses --ways instructors.
EECE 310 Software Engineering Lecture 0: Course Orientation.
Prof. Matthew Hertz SH 1029F /
CSC 212 – Data Structures Prof. Matthew Hertz WTC 207D /
Prof. Matthew Hertz WTC 207D /
CSE 331 Software Design & Implementation Hal Perkins Autumn 2012 Lecture 0 – Course Introduction 1CSE 331 Au12 One handout up front!
CSE 331 Software Design & Implementation Dan Grossman Winter 2014 Lecture 1 – Introduction & Overview 1CSE 331 Winter 2014.
Welcome to Physics 1D03.
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
17-Dec-03 Intro to CIT 594 ~matuszek/cit594.html.
Introduction to Data Structures
MAT 360 – Lecture 0 Introduction. About me  Moira Chas   Work phone :  Office Location:
Fall 2o12 – August 27, CMPSC 202 First Day Handouts  Syllabus  Student Info  Fill out, include all classes and standard appointments  Return.
Introduction to CSE 331 Software Design & Implementation Winter 2011
+ Introduction to Class IST210 Class Lecture. + Course Objectives Understand the importance of data, databases, and database management Design and implement.
Principles of Computer Science I Honors Section Note Set 1 CSE 1341 – H 1.
Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
CSE 331 Software Design & Implementation Hal Perkins Autumn 2012 Wrapup 1.
Intro to CIT 594
CSE 331 Software Design & Implementation Dan Grossman Spring 2015 Course Victory Lap (Based on slides by Mike Ernst, Dan Grossman, David Notkin, Hal Perkins)
CS 139 – Algorithm Development MS. NANCY HARRIS LECTURER, DEPARTMENT OF COMPUTER SCIENCE.
1 CS 101 Today’s class will begin about 5 minutes late We will discuss the lab scheduling problems once class starts.
Zach Tatlock / Winter 2016 CSE 331 Software Design and Implementation Lecture 1 Introduction.
Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
Winter 2016CISC101 - Prof. McLeod1 CISC101 Elements of Computing Science I Course Web Site: The lecture outlines.
Introduction to Financial Management. Overview of Financial Management Introduction Keys to Success Recitations Class Structure - Syllabus Text – Financial.
CSE 331 Software Design & Implementation Hal Perkins Fall 2015 Lecture 1 – Introduction & Overview (Based on slides by Mike Ernst, Dan Grossman, David.
CSE 331 Software Design & Implementation Hal Perkins Winter 2015 Lecture 1 – Introduction & Overview (Based on slides by Mike Ernst, Dan Grossman, David.
WELCOME TO MICRO ECONOMICS AB 224 Discussion of Syllabus and Expectations in the Class.
Spring 2008 Mark Fontenot CSE 1341 – Honors Principles of Computer Science I Note Set 1 1.
Zach Tatlock / Winter 2016 CSE 331 Software Design and Implementation Lecture 24 Wrap Up.
CSc 120 Introduction to Computer Programing II
CSE 331 Software Design and Implementation
CIS5930 Software Defined Networking
CSE 331 Software Design & Implementation
CSE 331 Software Design & Implementation
University of Washington Computer Programming I
CSE 331 Software Design & Implementation
CSE 331 Software Design and Implementation
CSE 331 Software Design & Implementation
CSE 331 Software Design & Implementation
Intro to CIT 594
CSE 331 Software Design & Implementation
CSE 331 Software Design & Implementation
Intro to CIT 594
Intro to CIT 594
Presentation transcript:

CSE 331 Software Design & Implementation Dan Grossman Fall 2014 Lecture 1 – Introduction & Overview 1CSE 331 Fall 2014

Welcome! We have 10 weeks to move well beyond novice programmer: Larger programs –Small programs are easy: “code it up” –Complexity changes everything: “design an artifact” –Analogy: using hammers and saws vs. making cabinets (but not yet building houses) Principled, systematic software: What does “it’s right” mean? How do we know “it’s right”? What are best practices for “getting it right”? Effective use of languages and tools: Java, IDEs, debuggers, JUnit, JavaDoc, Subversion, … –Principles are ultimately more important than details You will forever learn details of new tools/versions CSE 331 Fall 20142

Concise to-do list By tomorrow night: 1.Familiarize yourself with website 2.Read syllabus and academic-integrity policy 3. -list settings 4.Take survey (in homework section) 5.Do Homework 0 (in homework section), due 2PM Friday! CSE 331 Fall 20143

Who: Course staff Lecturer: –Dan Grossman: Faculty since 2003, 2nd time teaching CSE331 TAs: –Meg Cambell –Christopher Chen –Aaron Nech –Whitney Schmidt –Ben Tebbs –Xin (Cindy) Yi Office hours will be figured out ASAP Get to know us! –Make sure this feels like a 40-person class with 80 students –We’re here to help you succeed 4CSE 331 Fall 2014

Acknowledgments Course designed/created/evolved/edited by others –Michael D. Ernst –Hal Perkins –David Notkin –A couple dozen amazing TAs Hoping my own perspective offer benefits [Because you are unlikely to care, I won’t carefully attribute authorship of course materials] CSE 331 Fall 20145

Staying in touch CSE 331 Fall Course list: –Students and staff already subscribed –You must get announcements sent there –Fairly low traffic Course staff: Message Board –For appropriate discussions; TAs will monitor –Recommended/optional: won’t use for announcements Anonymous feedback link on webpage –For good and bad: If you don’t tell me, I don’t know

Lecture and section Both required All materials posted, but they are visual aids –Arrive punctually and pay attention –If doing so doesn’t save you time, one of us is messing up (!) Section will often be more tools and homework-details focused –Especially this week and next: preparing for projects Other posted handouts that relate to class material CSE 331 Fall 20147

Homeworks Biggest misconception about CSE331 (?) “Homework was programming projects that seemed disconnected from lecture” –If you think so, you are making them harder! Reconsider Seek out the connections by thinking-before-typing Approaching them as CSE143 homework won’t work well Don’t keep cutting with a dull blade First couple assignments are “more on paper”, followed by software development that is increasingly substantial Four late days for the quarter: save for emergencies CSE 331 Fall 20148

Resources – Books Required: Pragmatic Programmer, Hunt & Thomas Effective Java 2nd ed, Bloch Serious programmers should study these Decent “Java book” is a wise thing to have Core Java Vol I, Horstmann And use the Java API Docs 9CSE 331 Fall 2014

Readings (and quizzes) These are “real” books about software, approachable in 331 –Occasionally slight reach: accept the challenge Overlap only partial with lectures Want to make sure you “do it” –Reading and thinking about software design is essential Books seem expensive given your budget, but very cheap as a time-constrained professional –Will have some simple online reading quizzes In a few batches; no late days –Material is fair-game for exams CSE 331 Fall

Books? In 2014? Why not just use Google, Stack Overflow, Reddit, Quora, …? Web-search good for: –Quick reference (What is the name of the function that does …? What are its parameters?) –Links to a good reference (can be) Bad for –Why does it work this way? –What is the intended use? –How does my issue fit into the bigger picture? Beware: –Random code blobs cut-and-paste into your code (why does it work? what does it do?) –This inscrutable incantation solved my problem on an unstated version for no known reason CSE 331 Fall

Exams Midterm: October 31, in class Final: Tuesday December 9, 2:30-4:20PM All the concepts, different format than homework –Will post old exams from various instructors later CSE 331 Fall

One Last Requirement 0.5% of your grade for attending a talk-to-the-professor session in my office Why? –Communicating is important –Professors are approachable human beings What? –20 minutes – don’t be 1-minute late –Groups of 4 (less intimidating and more efficient) –Sign-ups posted soon –Will ask about your courses, goals, background and leave time for you to ask me anything –A conversation, not an interview CSE 331 Fall

Academic Integrity CSE 331 Fall Read the course policy carefully –Clearly explains how you can and cannot get/provide help on homework and projects Always explain any unconventional action I have promoted and enforced academic integrity since I was a freshman –Great trust with little sympathy for violations –Honest work is the most important feature of a university (or engineering or business). Anything less disrespects your colleagues (including me) and yourself.

Questions? Anything I forgot about course mechanics before we discuss, you know, software? CSE 331 Fall

Goals CSE 331 will teach you to how to write correct programs What does it mean for a program to be correct? –Specifications What are ways to achieve correctness? –Principled design and development –Abstraction and modularity –Documentation What are ways to verify correctness? –Testing –Reasoning and verification CSE 331 Fall

Main topic: Managing complexity Abstraction and specification –Procedural, data, and control flow abstractions –Why they are useful and how to use them Writing, understanding, and reasoning about code –Will use Java, but the issues apply in all languages –Some focus on object-oriented programming Program design and documentation –What makes a design good or bad (example: modularity) –Design processes and tools Pragmatic considerations –Testing –Debugging and defensive programming –[more in CSE403: Managing software projects] 17CSE 331 Fall 2014

The goal of system building To create a correctly functioning artifact All other matters are secondary –Many of them are essential to producing a correct system We insist that you learn to create correct systems –This is hard (but fun and rewarding!) Related skill: communication –Can you convince yourself and others something is correct via precise, coherent explanations? 18CSE 331 Fall 2014

Why is building good software hard? Large software systems are enormously complex –Millions of “moving parts” People expect software to be malleable –After all, it’s “only software” We are always trying to do new things with software –Relevant experience often missing Software engineering is about: –Managing complexity –Managing change –Coping with potential defects Customers, developers, environment, software 19CSE 331 Fall 2014

Programming is hard It is surprisingly difficult to specify, design, implement, test, debug, and maintain even a simple program CSE331 will challenge you If you are having trouble, think before you act –Then, look for help We strive to create assignments that are reasonable if you apply the techniques taught in class… … but likely hard to do in a brute-force manner … and almost certainly impossible to finish if you put them off until a few days before they’re due 20CSE 331 Fall 2014

Prerequisites Knowing Java is a prerequisite –We assume you have mastered CSE142 and CSE143 Examples: Sharing: –Distinction between == and equals() –Aliasing: multiple references to the same object Object-oriented dispatch: –Inheritance and overriding –Objects/values have a run-time type Subtyping –Expressions have a compile-time type –Subtyping via extends (classes) and implements (interfaces) 21CSE 331 Fall 2014

You have homework! Homework 0, due online by 2PM Friday –Write (don’t run!) an algorithm to rearrange (swap) the elements in an array –And argue (prove) in concise, convincing English that your solution is correct! Purpose: –Great practice –Surprisingly difficult –So we can build up to reasoning about large designs, not just 5-10 line programs CSE 331 Fall

CSE331 is hard! You will learn a lot! Be prepared to work and to think The staff will help you learn –And will be working hard, too So let’s get going… –Before we create masterpieces we need to hone our ability to reason very precisely about code… 23 CSE 331 Fall 2014

Example “Complete this method such that it returns the index of the max of the first n elements of the array arr.” int index_of_max(int[] arr, int n) { … } CSE 331 Fall

Example “Complete this method such that it returns the index of the max of the first n elements of the array arr.” int index_of_max(int[] arr, int n) { … } What questions do you have about the specification? Given a (better) specification, is there 1 implementation? CSE 331 Fall

Moral You can all write the code More interesting in CSE331: –What if n is 0? –What if n is less than 0? –What if n is greater than array length –What if there are “ties”? –Ways to indicate errors: exceptions, return value, … –Weaker versus stronger specifications? –Hard to write English specifications (n vs. n-1) CSE 331 Fall