Giter Club home page Giter Club logo

dpd's Introduction

Defensive programming and debugging MOOC

Welcome to the GitHub repository for the FutureLearn MOOC "Defensive programming and debugging".

Here you will find source code that you can use for the quizzes. It will grow over time since we will add example solutions at the end of the week, as well as the material for the coming week. So you should keep an eye on it.

You have three options to use this repository,

  1. Simply download the individual files as you need them.
  2. Clone the repository: straightforward, but you should make copies of files if you want to modify them.
  3. Fork the repository: best approach if you are familiar with the procedure.

Alternative 1: download individual files

This is the simplest approach if you are not familiar with version control systems.

  1. Navigate to the file you want to download.
  2. Click on the Raw button, your browser window will show the source code only.
  3. Use Save As to save the file to your computer.

The drawback is that you will not get updates automatically in case we add or fix material.

Alternative 2: clone the repository

You can clone this repository using the following command:

$ git clone https://github.com/gjbex/DPD

This will create a directory DPD that contains your clone of the repository that you can use to work in. When material is added to the repository, you can update the repository using:

$ cd DPD
$ git pull origin master

Note that if you modified files in the repository, the pull will fail. Hence first copy files before you modify them. Copies can reside in your repository directory, so you can simply work there.

Alternative 3: fork the repository

This is definitely the best approach but you need to be familiar with the procedure. If you use this alternative, we assume you know what you are doing.

dpd's People

Contributors

gjbex avatar bytebunny avatar ingridbr avatar pvag avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.