Course Code | COMP3141 |
Course Title | Software System Design and Implementation |
Convenor | Liam O'Connor |
Admin | Liam O'Connor |
Classes |
Lectures
Lectures are online via Blackboard collaborate, or released as asynchronous YouTube videos.
Timetable for all classes |
Consultations | By email appointment |
Units of Credit | 6 |
Course Website | http://cse.unsw.edu.au/~cs3141/20T2/ |
Handbook Entry | http://www.handbook.unsw.edu.au/undergraduate/courses/current/COMP3141.html |
This course presents a variety of programming techniques that make use of semi-formal and formal methods for the design and implementation phases of real-world software system development. It introduces approaches to testing informed by formal designs, and it discusses trade-offs between static and dynamic approaches to improving software correctness. Throughout the course, the discussed methods are supported by software tools that assist in managing design, implementation, and testing. The course content is illustrated by weekly programming case studies and regular practical exercises. Central topics are the use of functional programming, logical properties and types to inform program design, implementation, validation, and verification. The course will introduces students to the strongly-typed Haskell programming language. No previous knowledge of Haskell is assumed. As with any course which teaches a potentially unfamiliar language, this course involves a significant amount of programming, both during and outside of lectures.
You need to have successfully completed the core programming, algorithm, and software development courses. You should be a confident coder and be prepared to study the concepts of a new programming language in directed self-study. The prerequisites of COMP3141 are COMP1927 or COMP2521, or a mark of at least 65 in COMP1921. The course makes use of a number of discrete mathematics concepts. While it is possible to do well in the course without having done MATH1081 or COMP2111, familiarity with logic and set theory is valuable when studying COMP3141.
After completing this course, students will:
This course contributes to the development of the following graduate capabilities:
Graduate Capability | Acquired in |
Scholars capable of independent and collaborative enquiry, rigorous in their analysis, critique and reflection, and able to innovate by applying their knowledge and skills to the solution of novel as well as routine problems | Lectures, Assignments |
Entrepreneurial leaders capable of initiating and embracing innovation and change, as well as engaging and enabling others to contribute to change | Interactive Lectures |
Professionals capable of ethical, self- directed practice and independent lifelong learning | Assignments |
Global citizens who are culturally adept and capable of respecting diversity and acting in a socially just and responsible way | Interactive Lectures |
This is a course about programming and formal reasoning, and to develop both of these skills requires extensive practice. That is why we devote over half of the course --- practice lectures, quizzes, assignments and exercises --- to give students opportunities to put their skills into practice. This applied learning approach has proven to be very successful in achieving our desired graduate outcomes.
The Student Code of Conduct ( Information , Policy ) sets out what the University expects from students as members of the UNSW community. As well as the learning, teaching and research environment, the University aims to provide an environment that enables students to achieve their full potential and to provide an experience consistent with the University's values and guiding principles. A condition of enrolment is that students inform themselves of the University's rules and policies affecting them, and conduct themselves accordingly.
In particular, students have the responsibility to observe standards of equity and respect in dealing with every member of the University community. This applies to all activities on UNSW premises and all external activities related to study and research. This includes behaviour in person as well as behaviour on social media, for example Facebook groups set up for the purpose of discussing UNSW courses or course work. Behaviour that is considered in breach of the Student Code Policy as discriminatory, sexually inappropriate, bullying, harassing, invading another's privacy or causing any person to fear for their personal safety is serious misconduct and can lead to severe penalties, including suspension or exclusion from UNSW.
If you have any concerns, you may raise them with your lecturer, or approach the School Ethics Officer , Grievance Officer , or one of the student representatives.
Plagiarism is defined as using the words or ideas of others and presenting them as your own. UNSW and CSE treat plagiarism as academic misconduct, which means that it carries penalties as severe as being excluded from further study at UNSW. There are several on-line sources to help you understand what plagiarism is and how it is dealt with at UNSW:
Make sure that you read and understand these. Ignorance is not accepted as an excuse for plagiarism. In particular, you are also responsible that your assignment files are not accessible by anyone but you by setting the correct permissions in your CSE directory and code repository, if using. Note also that plagiarism includes paying or asking another person to do a piece of work for you and then submitting it as your own work.
UNSW has an ongoing commitment to fostering a culture of learning informed by academic integrity. All UNSW staff and students have a responsibility to adhere to this principle of academic integrity. Plagiarism undermines academic integrity and is not tolerated at UNSW. Plagiarism at UNSW is defined as using the words or ideas of others and passing them off as your own.
If you haven't done so yet, please take the time to read the full text of
The pages below describe the policies and procedures in more detail:
You should also read the following page which describes your rights and responsibilities in the CSE context:
Item | Topics | Due | Marks | Contributes to |
Quizzes | All topics | Weeks 2,3,4,5,7,8,9,10 | 10% | CLOs 2,3,4 |
Assignment 1 | Specifications and Haskell | Week 5 | 10% | CLOs 1,2,5 |
Assignment 2 | Types and Effects | Week 9 | 10% | CLOs 1,3,4,5. |
Exercises | All topics | All Weeks | 20% | CLOs 1,2,3,4,5 |
Final Exam | All topics | Exam period | 50% (with 40/100 hurdle to pass the course) | CLOs 2,3,4 |
Week | Lectures |
1 |
Course Overview, Functional Programming
|
2 |
Data Types and Type Classes, Reasoning about Haskell
|
3 |
Property-based Testing and QuickCheck
|
4 |
Devising program properties
|
5 |
Controlling Effects, State Spaces, Errors
|
6 | Flexibility Week |
7 |
Applicative Functors and Monads
|
8 |
Rich types, GADTS,
|
9 |
Polymorphism and Parametricity, Type Theory
|
10 |
Guest Lecture or Extension Topics, Revision
|
There is no set textbook for the course. We draw on the following books for some materials in the course:
The first book is recommended for students who are struggling with Haskell. The following books are also available, which some students have found helpful:
Additionally, the former lecturers of this course wrote the Learning Haskell tutorial which we also highly recommend.
This course is evaluated each session using the myExperience system.
In the previous offering of this courses, students noted that the coverage of Monads was confusing as the motivation for them (effects) was presented afterwards. We are rearranging the order of this presentation this time to address that problem.
Other course feedback has been overwhelmingly positive.
Resource created Sunday 24 May 2020, 11:41:44 PM, last modified Sunday 02 August 2020, 04:07:42 PM.