Advertisement
Membership
Login
ACCU Buttons
Design of applications and programs
Browse in : |
All
> Topics
> Design |
- Options:
- View Article Map
- View Archives
The Predicate Student: A Game of Six Integers
Description : How easily can you solve puzzles? Nigel Eke applies some logic.
Category: [ Programming Topics ]
Description : How easily can you solve puzzles? Nigel Eke applies some logic.
Category: [ Programming Topics ]
The Model Student: A Game of Six Integers (Part 1)
Description : In how many ways can you combine a set of numbers? Richard Harris gets counting.
Category: [ Programming Topics | Overload Journal #95 - February 2010 ]
Description : In how many ways can you combine a set of numbers? Richard Harris gets counting.
Category: [ Programming Topics | Overload Journal #95 - February 2010 ]
Quality Matters: Diagnostic Measures
Description : How do we catch problems early? Matthew Wilson investigates the recls library.
Category: [ Programming Topics | Overload Journal #95 - February 2010 ]
Description : How do we catch problems early? Matthew Wilson investigates the recls library.
Category: [ Programming Topics | Overload Journal #95 - February 2010 ]
Quality Matters: Diagnostic Measures (Listings)
Description : Program listings for Quality Matters: Diagnostic Measures
Category: [ Programming Topics | Overload Journal #95 - February 2010 ]
Description : Program listings for Quality Matters: Diagnostic Measures
Category: [ Programming Topics | Overload Journal #95 - February 2010 ]
Creating a Framework for the iPhone
Description : Apple's iPhone SDK doesn't allow you to create a Framework. Pete Goodliffe explains how to build one manually.
Category: [ Programming Topics | Overload Journal #94 - December 2009 ]
Description : Apple's iPhone SDK doesn't allow you to create a Framework. Pete Goodliffe explains how to build one manually.
Category: [ Programming Topics | Overload Journal #94 - December 2009 ]
Project-Specific Language Dialects
Description : Today's languages force a one-size-fits-all approach on projects. Yaakov Belch, Sergey Ignatchenko and Dmytro Ivanchykhin suggest a more flexible solution.
Category: [ Overload Journal #94 - December 2009 ]
Description : Today's languages force a one-size-fits-all approach on projects. Yaakov Belch, Sergey Ignatchenko and Dmytro Ivanchykhin suggest a more flexible solution.
Category: [ Overload Journal #94 - December 2009 ]
The Generation, Management and Handling of Errors (Part 2)
Description : Dealing with errors is a vital activity. Andy Longshaw and Eoin Woods conclude their pattern language.
Category: [ Overload Journal #93 - October 2009 ]
Description : Dealing with errors is a vital activity. Andy Longshaw and Eoin Woods conclude their pattern language.
Category: [ Overload Journal #93 - October 2009 ]
I Think I'll Parse
Description : A parser is a fundamental tool in software development. Stuart Golodetz looks at how you might tackle writing one.
Category: [ Programming Topics | Overload Journal #92 - August 2009 ]
Description : A parser is a fundamental tool in software development. Stuart Golodetz looks at how you might tackle writing one.
Category: [ Programming Topics | Overload Journal #92 - August 2009 ]
Quality Matters: Introductions, and Nomenclature
Description : There are many aspects of Software Quality. Matthew Wilson introduces us to some of the concepts.
Category: [ Programming Topics | Overload Journal #92 - August 2009 ]
Description : There are many aspects of Software Quality. Matthew Wilson introduces us to some of the concepts.
Category: [ Programming Topics | Overload Journal #92 - August 2009 ]
The Model Student: A Primal Skyline (Part 1)
Description : Prime numbers are the 'building blocks' of the integers. Richard Harris investigates how they're combined.
Category: [ Overload Journal #92 - August 2009 ]
Description : Prime numbers are the 'building blocks' of the integers. Richard Harris investigates how they're combined.
Category: [ Overload Journal #92 - August 2009 ]
The Generation, Management and Handling of Errors (Part 1)
Description : An error handling strategy is important for robustness. Andy Longshore and Eoin Woods present a pattern language.
Category: [ Overload Journal #92 - August 2009 ]
Description : An error handling strategy is important for robustness. Andy Longshore and Eoin Woods present a pattern language.
Category: [ Overload Journal #92 - August 2009 ]
Complexity, Requirement and Modules
Description : Programs can be unnecessarily complex. Rafael Jay examines a technique for doing better.
Category: [ Programming Topics | Overload Journal #91 - June 2009 ]
Description : Programs can be unnecessarily complex. Rafael Jay examines a technique for doing better.
Category: [ Programming Topics | Overload Journal #91 - June 2009 ]
An Introduction to FastFormat (Part 3): Solving Real Problems, Quickly
Description : A good library must be useful in practice. Matthew Wilson looks at usability and extendability.
Category: [ Programming Topics | Overload Journal #91 - June 2009 ]
Description : A good library must be useful in practice. Matthew Wilson looks at usability and extendability.
Category: [ Programming Topics | Overload Journal #91 - June 2009 ]
Testing State Machines
Description : State machines are a common design pattern. Matthew Jones seperates their concerns to make testing easier.
Category: [ Programming Topics | Overload Journal #90 - April 2009 ]
Description : State machines are a common design pattern. Matthew Jones seperates their concerns to make testing easier.
Category: [ Programming Topics | Overload Journal #90 - April 2009 ]
If You Can't See Me, I Can't See You
Description : Knowing where the doors are is only the start. Stuart Golodetz works out what he can see through them.
Category: [ Overload Journal #90 - April 2009 ]
Description : Knowing where the doors are is only the start. Stuart Golodetz works out what he can see through them.
Category: [ Overload Journal #90 - April 2009 ]
The Model Student: A Rube-ish Square (Part 2)
Description : A rube-ish square embodies some simple group theory. Richard Harris explores its properties.
Category: [ Programming Topics | Overload Journal #90 - April 2009 ]
Description : A rube-ish square embodies some simple group theory. Richard Harris explores its properties.
Category: [ Programming Topics | Overload Journal #90 - April 2009 ]
An Introduction to FastFormat (Part 2): Custom Argument and Sink Types
Description : A library should be customisable and have good performance. Matthew Wilson shows how to achieve both.
Category: [ Programming Topics | Overload Journal #90 - April 2009 ]
Description : A library should be customisable and have good performance. Matthew Wilson shows how to achieve both.
Category: [ Programming Topics | Overload Journal #90 - April 2009 ]
Through The Looking Glass
Description : What's happening in the next room? Stuart Golodetz has to find the door first!
Category: [ Programming Topics | Overload Journal #89 - February 2009 ]
Description : What's happening in the next room? Stuart Golodetz has to find the door first!
Category: [ Programming Topics | Overload Journal #89 - February 2009 ]
The Model Student: A Rube-ish Square (Part 1)
Description : We all have nostalgia for favourite childhood toys. Richard Harris looks at the maths behind a classic.
Category: [ Overload Journal #89 - February 2009 ]
Description : We all have nostalgia for favourite childhood toys. Richard Harris looks at the maths behind a classic.
Category: [ Overload Journal #89 - February 2009 ]
An Introduction to Fast Format (Part 1): The State of the Art
Description : Writing a good library is hard. Matthew Wilson compares some existing formatting libraries, and promises to do better.
Category: [ Programming Topics | Overload Journal #89 - February 2009 ]
Description : Writing a good library is hard. Matthew Wilson compares some existing formatting libraries, and promises to do better.
Category: [ Programming Topics | Overload Journal #89 - February 2009 ]