Oxford Brookes University School of Technology

> >Programming Resources

General Skills & Knowledge

  • top hat Programming in Style
    Advice on effective and neat presentation of programs. Covers issues about whitespace, indentation, identifier names and comments.
  • Software Testing: The Basics
    Why do we test programs? This article I wrote gives an overview of software testing for students learning to program.
  • Testing & Documenting your Testing
    For students taking programming courses, this is a guide to how to test your programs and present your testing in the documentation for your programming assignments.
  • Documenting the Design for your Programming Assignment
    For students taking programming courses, this is a guide to what how you can present the design of your program code in the documentation for your programming assignments.

Haskell

  • Haskell is a purely functional language.
  • This Haskell tutorial provides a gentle introduction to Haskell.
  • This QuickCheck is an automatic testing tool for Haskell.

Java

Pascal