ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics

Browse in : > Topics > Programming

A Model for Debug Complexity
Description : Debugging any program can be difficult. Sergey Ignatchenko and Dmytro Ivanchykhin develop a mathematical model for its complexity. by Sergey Ignatchenko and Dmytro Ivanchykhin

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. by Paul Floyd

Quality Matters #7 Exceptions: the story so far
Description : Exception handling is difficult to get right. Matthew Wilson recaps the story so far. by Matthew Wilson

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. by Chris Oldwood

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. by Seb Rose
Category: [ Design of applications and programs ]
Why Dysfunctional Programming Matters
Description : Function progamming is all the rage. Teedy Deigh considers how it offers many opportunities for the serious programmer. by Teedy Deigh