News

Discussion group
Visit the new pattencoder discussion group

Mac OS X support
patternCoder is now Mac compatible!

Paper in ITALICS
A paper on the use of patternCoder has been published in the HE Academy eJournal in a special issue on Innovative Methods of Teaching Programming. You can access this paper here.

Tips & Techniques at ITiCSE 07
We gave a presentation about patternCoder in the Tips & Techniques session at the SIGCSE Innovation and Technology in Computer Science Education conference (ITiCSE 07) which was held in June in Dundee, Scotland. The article published in the conference proceedings is here.

 

patternCoder is a software tool which has been developed to support learning of design patterns and class relationships, and their implementation in Java programs. It supports the transition from the UML class diagram to a working code implementation. It works as an extension to the BlueJ IDE, on Windows, Mac OS X and Linux.

How does it work?

The tool guides students through a step-by-step process in which they select a suitable pattern or class relationship (as shown in the screenshot below) and replace generic class names with names which are relevant to their project domain. patternCoder then generates Java classes in the project - these classes will compile 'out-of-the-box' and will correctly implement the relationships. The student can then explore the generated classes to understand their behaviour, and then add the necessary code to meet the specific requirements of their project.

patternCoder pattern selection step