Advertisement
Membership
Login
ACCU Buttons
Design of applications and programs or Overload Journal #114 - April 2013
Browse in : |
All
> Topics
> Design All > Journals > Overload > o114 All of these categories |
- Options:
- View Article Map
- View Archives
TDD Discussions and Disagreements
Description : Recently people have been arguing about the benefits and pitfalls if TDD. Seb Rose summarises the differing standpoints and presents his own.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #122 - August 2014 ]
Description : Recently people have been arguing about the benefits and pitfalls if TDD. Seb Rose summarises the differing standpoints and presents his own.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #122 - August 2014 ]
Object-Environment Collision Detection using Onion BSPs
Description : Previously we considered 3D navigation. Stuart Golodetz demonstrates how to detect collisions using onion binary space partitioning.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #118 - December 2013 ]
Description : Previously we considered 3D navigation. Stuart Golodetz demonstrates how to detect collisions using onion binary space partitioning.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #118 - December 2013 ]
YAGNI-C as a Practical Application of YAGNI
Description : YAGNI can seem vague. Sergey Ignatchenko offers a more precise definition.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
Description : YAGNI can seem vague. Sergey Ignatchenko offers a more precise definition.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
Has the Singleton Not Suffered Enough
Description : Singletons are much maligned. Omar Bashir considers why.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
Description : Singletons are much maligned. Omar Bashir considers why.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
C++ Range and Elevation
Description : C++ provides many features for higher-level programming, but lacks some common ones present in other languages.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
Description : C++ provides many features for higher-level programming, but lacks some common ones present in other languages.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Editorial: Knitting Needles and Keyboards
Description : Traditionally, both journals and developers have editors. Frances Buontempo considers the role of an editor, in another attempt to avoid writing an editorial.
Category: [ Overload Journal #114 - April 2013 | Journal Editorial ]
Description : Traditionally, both journals and developers have editors. Frances Buontempo considers the role of an editor, in another attempt to avoid writing an editorial.
Category: [ Overload Journal #114 - April 2013 | Journal Editorial ]
A Model for Debug Complexity
Description : Debugging any program can be difficult. Sergey Ignatchenko and Dmytro Ivanchykhin develop a mathematical model for its complexity.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Description : Debugging any program can be difficult. Sergey Ignatchenko and Dmytro Ivanchykhin develop a mathematical model for its complexity.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Valgrind Part 6 – Helgrind and DRD
Description : Debugging multi-threaded code is hard. Paul Floyd uses Helgrind and DRD to find deadlocks and race conditions.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Description : Debugging multi-threaded code is hard. Paul Floyd uses Helgrind and DRD to find deadlocks and race conditions.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Quality Matters #7 Exceptions: the story so far
Description : Exception handling is difficult to get right. Matthew Wilson recaps the story so far.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Description : Exception handling is difficult to get right. Matthew Wilson recaps the story so far.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Causality – Relating Distributed Diagnostic Contexts
Description : Supporting a system with many moving parts can be hard. Chris Oldwood demonstrates one way to add tags to log information to aid diagnosis.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Description : Supporting a system with many moving parts can be hard. Chris Oldwood demonstrates one way to add tags to log information to aid diagnosis.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Executable Documentation Doesn’t Have To Slow You Down
Description : Comprehensibility of end-to-end scenarios and quick feedback of unit tests are competing goals. Seb Rose introduces Cucumber with tags to meet both needs.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #114 - April 2013 ]
Description : Comprehensibility of end-to-end scenarios and quick feedback of unit tests are competing goals. Seb Rose introduces Cucumber with tags to meet both needs.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #114 - April 2013 ]
Why Dysfunctional Programming Matters
Description : Function progamming is all the rage. Teedy Deigh considers how it offers many opportunities for the serious programmer.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Description : Function progamming is all the rage. Teedy Deigh considers how it offers many opportunities for the serious programmer.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Systems Thinking Software Development
Description : Many processes cause more problems than they solve. Tom Sedge shows how to tailor your own.
Category: [ Design of applications and programs | Process Topics | Overload Journal #103 - June 2011 ]
Description : Many processes cause more problems than they solve. Tom Sedge shows how to tailor your own.
Category: [ Design of applications and programs | Process Topics | Overload Journal #103 - June 2011 ]
Rise of the Machines
Description : Sometimes the world really is out to get you. Kevlin Henney identifies some culprits.
Category: [ Design of applications and programs | Overload Journal #101 - February 2011 ]
Description : Sometimes the world really is out to get you. Kevlin Henney identifies some culprits.
Category: [ Design of applications and programs | Overload Journal #101 - February 2011 ]
Quality Matters Christmas Intermezzo
Description : Sometimes it's good to reflect. Matthew Wilson considers what he's learnt so far.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #100 - December 2010 ]
Description : Sometimes it's good to reflect. Matthew Wilson considers what he's learnt so far.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #100 - December 2010 ]
You're Going To Have To Think!
Description : Numerical computing has many pitfalls. Richard Harris starts looking for a silver bullet.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #99 - October 2010 ]
Description : Numerical computing has many pitfalls. Richard Harris starts looking for a silver bullet.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #99 - October 2010 ]
To DLL or Not To DLL
Description : Shared libraries provide both benefits and problems. Sergey Ignatchenko introduces a rabbit's-eye view.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #99 - October 2010 ]
Description : Shared libraries provide both benefits and problems. Sergey Ignatchenko introduces a rabbit's-eye view.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #99 - October 2010 ]
Renovating a Legacy C++ Project
Description : Over time projects tend to become hard to maintain. Alan Griffiths describes how one was improved.
Category: [ Project Management | Design of applications and programs | Overload Journal #98 - August 2010 ]
Description : Over time projects tend to become hard to maintain. Alan Griffiths describes how one was improved.
Category: [ Project Management | Design of applications and programs | Overload Journal #98 - August 2010 ]
Single-Threading: Back to the Future? (Part 2)
Description : Multithreading can cause notoriously difficult bugs. Sergey Ignatchenko finds mitigating strategies for programs on servers.
Category: [ Design of applications and programs | Overload Journal #98 - August 2010 ]
Description : Multithreading can cause notoriously difficult bugs. Sergey Ignatchenko finds mitigating strategies for programs on servers.
Category: [ Design of applications and programs | Overload Journal #98 - August 2010 ]